ready method

  1. @override
Future<GeolocationState> ready(
  1. Config config, {
  2. bool skipValidation = false,
})
override

Implementation

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