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