instance property

Implementation

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

Implementation

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