SDK
SDK Dart Null Safety v3.x
2

connect #

Disconnect from Kuzzle using the underlying protocol close method.

Subsequent calls have no effect if the SDK is already disconnected.

Arguments #

Copied to clipboard!
Future<void> disconnect()

Usage #

Copied to clipboard!
kuzzle.disconnect();