MethodChannelQuickcapture class
An implementation of QuickcapturePlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- QuickcapturePlatform
- MethodChannelQuickcapture
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
activateLicense(
{String? android, String? ios}) → Future< bool?> -
override
-
buildPDF(
List< String> imagePaths) → Future<String> -
override
-
buildPDFForLastCapture(
) → Future< String?> -
override
-
buildTiff(
List< String> imagePaths) → Future<String?> -
override
-
buildTiffForLastCapture(
) → Future< String?> -
override
-
compressToJPEG(
String imagePath) → Future< String?> -
override
-
detectHumanFaces(
String imagePath) → Future< String?> -
Detects human faces in the given image.
override
-
getPlatformVersion(
) → Future< String?> -
override
-
initHumanFaceHelper(
) → Future< bool> -
Initializes the human face helper.
override
-
initialize(
{Map< String, dynamic> ? config}) → Future<String?> -
override
-
matchHumanFaces(
{required int firstDocumentID, required int firstDocumentFaceIndex, required int secondDocumentID, required int secondDocumentFaceIndex}) → Future< String?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setConfig(
{Map< String, dynamic> ? config}) → Future<bool?> -
override
-
setCustomLayout(
int customWidth, int customHeight) → Future< bool?> -
override
-
startCapture(
) → Future< String?> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited