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
-
loadBlinkIdSdk(
BlinkIdSdkSettings blinkidSdkSettings) → Future< void> -
Returns the
loadBlinkIdSdkmethod from the MethodChannelBlinkidFlutter. It takes the following parameter: BlinkIdSdkSettings See MethodChannelBlinkidFlutter for more detailed information. -
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
performDirectApiScanmethod from the MethodChannelBlinkidFlutter. It takes the following parameters: BlinkIdSdkSettings, BlinkIdSessionSettings,firstImageString in the Base64 format and the optionalsecondImageString in the Base64 format. See MethodChannelBlinkidFlutter for more detailed information. -
performScan(
BlinkIdSdkSettings blinkidSdkSettings, BlinkIdSessionSettings blinkidSessionSettings, [BlinkIdScanningUxSettings? blinkidScanningUxSettings, ClassFilter? classFilter]) → Future< BlinkIdScanningResult?> -
Returns the
performScanmethod from the MethodChannelBlinkidFlutter. It takes the following parameters: BlinkIdSdkSettings, BlinkIdSessionSettings and the optionalBlinkIdUiSettingsand ClassFilter classes. See MethodChannelBlinkidFlutter for more detailed information. -
toString(
) → String -
A string representation of this object.
inherited
-
unloadBlinkIdSdk(
{bool deleteCachedResources = false}) → Future< void> -
Returns the
unloadBlinkIdSdkmethod from the MethodChannelBlinkidFlutter. It takes the following parameter: BlinkIdSdkSettings See MethodChannelBlinkidFlutter for more detailed information.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ BlinkidFlutterPlatform
-
The default instance of BlinkidFlutterPlatform to use.
getter/setter pair