CaptureFlutterPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- CaptureFlutterPlatform
- Implementers
Constructors
- CaptureFlutterPlatform.new()
- Constructs a CaptureFlutterPlatform.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
scanWithCamera(
CaptureSettings captureSettings, String license) → Future< AnalyzerResult?> -
Returns the
scanWithCamera
method from the MethodChannelCaptureFlutter. Takes two parameters: CaptureSettings and a base64 license keyString
See MethodChannelCaptureFlutter for more detailed information. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ CaptureFlutterPlatform
-
The default instance of CaptureFlutterPlatform to use.
getter/setter pair