BlinkidFlutterPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- BlinkidFlutterPlatform
- Implementers
Constructors
- BlinkidFlutterPlatform()
- Constructs a BlinkidFlutterPlatform.
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
-
performDirectApiScan(
BlinkIdSdkSettings blinkidSdkSettings, BlinkIdSessionSettings blinkidSessionSettings, String firstImage, [String? secondImage]) → Future< BlinkIdScanningResult?> -
Returns the
performDirectApiScan
method from the MethodChannelBlinkidFlutter. It takes the following parameters: BlinkIdSdkSettings, BlinkIdSessionSettings,firstImage
String in the Base64 format and the optionalsecondImage
String in the Base64 format. See MethodChannelBlinkidFlutter for more detailed information. -
performScan(
BlinkIdSdkSettings blinkidSdkSettings, BlinkIdSessionSettings blinkidSessionSettings, [BlinkIdUiSettings? blinkIdUisettings, ClassFilter? classFilter]) → Future< BlinkIdScanningResult?> -
Returns the
performScan
method from the MethodChannelBlinkidFlutter. It takes the following parameters: BlinkIdSdkSettings, BlinkIdSessionSettings and the optional BlinkIdUiSettings and ClassFilter classes. See MethodChannelBlinkidFlutter 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 ↔ BlinkidFlutterPlatform
-
The default instance of BlinkidFlutterPlatform to use.
getter/setter pair