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