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