instance property

Implementation

static WakelockPartialAndroidPlatform get instance => _instance;
set instance (WakelockPartialAndroidPlatform instance)

Implementation

static set instance(WakelockPartialAndroidPlatform instance) {
  PlatformInterface.verifyToken(instance, _token);
  _instance = instance;
}