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