registerWith static method

void registerWith()

Registers this class as the default instance of GeolocatorPlatform.

Implementation

static void registerWith() {
  GeolocatorPlatform.instance = GeolocatorApple();
}