@override Future<bool> openAppSettings() async { final wasOpened = await _methodChannel.invokeMethod('openAppSettings'); return wasOpened ?? false; }