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