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