pingServer method

Future<bool> pingServer()

Pings the server Binder, clearing the connection when it is dead.

Implementation

Future<bool> pingServer() {
  throw UnimplementedError('pingServer() has not been implemented.');
}