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