pingServer method

Future<bool> pingServer()

Implementation

Future<bool> pingServer() async {
  return await _chatModule.invokeMethod(PING_SERVER_METHOD);
}