instance property

Implementation

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

Implementation

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