instance property

Implementation

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

Implementation

static set instance(FlutterScreenshotDetectPlatform instance) {
  PlatformInterface.verify(instance, _token);
  _instance = instance;
}