create__ static method

Future<AMapGeoFencePolygonRegion> create__({
  1. bool init = true,
})
override

Implementation

static Future<AMapGeoFencePolygonRegion> create__({ bool init = true /* ios only */ }) async {
  final __result__ = await kAmapLocationFluttifyChannel.invokeMethod(
    'ObjectFactory::createAMapGeoFencePolygonRegion',
    {'init': init}
  );
  return AmapLocationFluttifyIOSAs<AMapGeoFencePolygonRegion>(__result__)!;
}