asMAUserLocationRepresentation method

Future<MAUserLocationRepresentation> asMAUserLocationRepresentation ()
inherited

Implementation

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