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