unRegisterLocationUpdate static method

Future<void> unRegisterLocationUpdate()

Implementation

static Future<void> unRegisterLocationUpdate() async {
  await _channel.invokeMethod(Keys.METHOD_PLUGIN_UN_REGISTER_LOCATION_UPDATE);
}