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