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