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