asMAMapCustomStyleOptions method

Future<MAMapCustomStyleOptions> asMAMapCustomStyleOptions ()
inherited

Implementation

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