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