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