instance property
UrovoPosPlatform
get
instance
Active platform implementation.
Implementation
static UrovoPosPlatform get instance => _instance;
set
instance
(UrovoPosPlatform instance)
Replaces active platform implementation (mostly for tests/fakes).
Implementation
static set instance(UrovoPosPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}