@override Future<bool?> pingBinder() async { final isRunning = await methodChannel.invokeMethod<bool>('pingBinder'); return isRunning; }