startTheGeoFenceRegion method

Future<bool?> startTheGeoFenceRegion(
  1. AMapGeoFenceRegion region
)

Implementation

Future<bool?> startTheGeoFenceRegion(AMapGeoFenceRegion region) async {
  // print log
  if (fluttifyLogEnabled) {
    debugPrint('fluttify-dart: AMapGeoFenceManager@$refId::startTheGeoFenceRegion([])');
  }

  // invoke native method
  final __result__ = await kAmapLocationFluttifyChannel.invokeMethod('AMapGeoFenceManager::startTheGeoFenceRegion', {"region": region, "__this__": this});


  // handle native call


  return __result__;
}