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