registerWith static method
void
registerWith()
Registers this class as the default instance of GeocodingPlatform
.
Implementation
static void registerWith() {
GeocodingPlatform.instance = GeocodingIOS();
}
Registers this class as the default instance of GeocodingPlatform
.
static void registerWith() {
GeocodingPlatform.instance = GeocodingIOS();
}