instance property

Implementation

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

Implementation

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