instance property
Untitled1Platform
get
instance
The default instance of Untitled1Platform to use.
Defaults to MethodChannelUntitled1.
Implementation
static Untitled1Platform get instance => _instance;
set
instance
(Untitled1Platform instance)
Platform-specific implementations should set this with their own platform-specific class that extends Untitled1Platform when they register themselves.
Implementation
static set instance(Untitled1Platform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}