Pings the server Binder, clearing the connection when it is dead.
@override Future<bool> pingServer() async => await methodChannel.invokeMethod<bool>('pingServer') ?? false;