MethodChannelSunmiFaceSdk class
An implementation of SunmiFaceSdkPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- SunmiFaceSdkPlatform
- MethodChannelSunmiFaceSdk
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
-
deleteUser(
DeleteUserRequest user, {int timeoutSec = 5}) → Future< bool?> -
override
-
getPlatformVersion(
) → Future< String?> -
override
-
initFaceSdk(
{int timeoutSec = 5}) → Future< String?> -
override
-
listUser(
String groupName, {int timeoutSec = 5}) → Future< List< User> ?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
recognize(
RecognizeRequest recognize, {int timeoutSec = 5}) → Future< User?> -
override
-
registerUser(
RegisterUserRequest user, {int timeoutSec = 15}) → Future< RegisterUserResult?> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited