instance property

XiaomiBadgerPlatform get instance

Implementation

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

Implementation

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