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