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