menu
quickblox_sdk package
documentation
chat/module.dart
Chat
pingServer method
pingServer method
dark_mode
light_mode
pingServer
method
Future
<
bool
>
pingServer
(
)
Implementation
Future<bool> pingServer() async { return await _chatModule.invokeMethod(PING_SERVER_METHOD); }
quickblox_sdk package
documentation
chat/module
Chat
pingServer method
Chat class