asMAMapRect method

Future<MAMapRect> asMAMapRect ()
inherited

Implementation

Future<MAMapRect> asMAMapRect() async {
  final result = await MethodChannel('me.yohom/amap_map_fluttify').invokeMethod('RefClass::asMAMapRect', {'refId': refId});
  return MAMapRect()..refId = result;
}