instance property

Implementation

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

Implementation

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