asMAMapSize method
inherited
Implementation
Future<MAMapSize> asMAMapSize() async {
final result = await MethodChannel('me.yohom/amap_map_fluttify').invokeMethod('RefClass::asMAMapSize', {'refId': refId});
return MAMapSize()..refId = result;
}