instance property

Implementation

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

Implementation

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