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