stopGeoTriggering method
Implementation
Future<void> stopGeoTriggering() async {
final stopGeoTriggering = await methodChannel.invokeMethod('stopGeoTriggering');
return stopGeoTriggering;
}
Future<void> stopGeoTriggering() async {
final stopGeoTriggering = await methodChannel.invokeMethod('stopGeoTriggering');
return stopGeoTriggering;
}