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