menu
silent_shard_sdk
silent_shard_sdk.dart
CloudClient
close method
close
dark_mode
light_mode
close
method
Future
close
(
)
Close the web socket closing
Implementation
Future<dynamic> close() async { await _webSocketClient.close(); }
silent_shard_sdk
silent_shard_sdk
CloudClient
close method
CloudClient class