connect #
Disconnect from Kuzzle using the underlying protocol close
method.
Subsequent calls have no effect if the SDK is already disconnected.
Arguments #
Future<void> disconnect()
Usage #
kuzzle.disconnect();
Edit this page on Github(opens new window)