stopGeoTriggering method

Future<void> stopGeoTriggering()

Implementation

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