@override Future<String?> openSettings() async { final version = await methodChannel.invokeMethod<String>('openSettings'); return version; }