destroy method
override
Implementation
@override
Future<void> destroy() async {
_methodCalls.add('destroy');
_isReady = false;
_state = const GeolocationState(enabled: false);
_storedLocations.clear();
_queue.clear();
_geofences.clear();
}