instance property
BmdrmPluginPlatform
get
instance
Implementation
static BmdrmPluginPlatform get instance => _instance;
set
instance
(BmdrmPluginPlatform instance)
Implementation
static set instance(BmdrmPluginPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}