ready static method
Initializes the plugin with the given configuration.
Implementation
static Future<GeolocationState> ready(
Config config, {
bool skipValidation = false,
}) {
return _instance.ready(config, skipValidation: skipValidation);
}
Initializes the plugin with the given configuration.
static Future<GeolocationState> ready(
Config config, {
bool skipValidation = false,
}) {
return _instance.ready(config, skipValidation: skipValidation);
}