stop method
override
Implementation
@override
Future<GeolocationState> stop() async {
_methodCalls.add('stop');
_state = _state.copyWith(enabled: false);
_enabledChangeController.add(false);
return _state;
}
@override
Future<GeolocationState> stop() async {
_methodCalls.add('stop');
_state = _state.copyWith(enabled: false);
_enabledChangeController.add(false);
return _state;
}