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