instance property

Implementation

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

Implementation

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