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