instance property

Implementation

static FlutterKycQitechPlatform get instance => _instance;
set instance (FlutterKycQitechPlatform instance)

Implementation

static set instance(FlutterKycQitechPlatform instance) {
  PlatformInterface.verifyToken(instance, _token);
  _instance = instance;
}