instance property
DebugExtensionPluginPlatform
get
instance
The current platform-specific implementation instance.
Implementation
static DebugExtensionPluginPlatform get instance => _instance;
set
instance
(DebugExtensionPluginPlatform instance)
Sets the platform-specific implementation instance.
Implementation
static set instance(DebugExtensionPluginPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}