registerWith static method

void registerWith()

Registers this class as the default instance of BeaconScannerPlatform.

Implementation

static void registerWith() {
  BeaconScannerPlatform.instance = BeaconScannerAndroid();
}