ready method
override
Implementation
@override
Future<GeolocationState> ready(
Config config, {
bool skipValidation = false,
}) async {
_methodCalls.add('ready');
_config = config;
_isReady = true;
return _state;
}
@override
Future<GeolocationState> ready(
Config config, {
bool skipValidation = false,
}) async {
_methodCalls.add('ready');
_config = config;
_isReady = true;
return _state;
}