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