instance property

BmdrmMobilePlatform get instance

Implementation

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

Implementation

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