ready static method

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

Initializes the plugin with the given configuration.

Implementation

static Future<GeolocationState> ready(
  Config config, {
  bool skipValidation = false,
}) {
  return _instance.ready(config, skipValidation: skipValidation);
}