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