unRegisterLocationListener method

Future<void> unRegisterLocationListener(
  1. com_amap_api_location_AMapLocationListener var1
)

Implementation

Future<void> unRegisterLocationListener(com_amap_api_location_AMapLocationListener var1) async {
  // print log
  if (fluttifyLogEnabled) {
    debugPrint('fluttify-dart: com.amap.api.location.AMapLocationClient@$refId::unRegisterLocationListener([])');
  }

  // invoke native method
  final __result__ = await kAmapLocationFluttifyChannel.invokeMethod('com.amap.api.location.AMapLocationClient::unRegisterLocationListener', {"var1": var1, "__this__": this});


  // handle native call


  return __result__;
}