registerWith static method

void registerWith()

Registers this implementation with DeviceGeolocationPlatform.instance.

Implementation

static void registerWith() {
  DeviceGeolocationPlatform.instance = DeviceGeolocationLinux();
}