SDK
SDK Dart v2.x
2

connect #

Connects to Kuzzle using the underlying protocol connect method.

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

Arguments #

Copied to clipboard!
Future<void> connect()

Usage #

Copied to clipboard!
await kuzzle.connect();