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