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