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