SunmiFaceSdkPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • SunmiFaceSdkPlatform
Implementers

Constructors

SunmiFaceSdkPlatform()
Constructs a SunmiFaceSdkPlatform.

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

deleteUser(DeleteUserRequest user, {int timeoutSec = 5}) Future<bool?>
getPlatformVersion() Future<String?>
initFaceSdk({int timeoutSec = 5}) Future<String?>
listUser(String groupName, {int timeoutSec = 5}) Future<List<User>?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
recognize(RecognizeRequest recognize, {int timeoutSec = 5}) Future<User?>
registerUser(RegisterUserRequest user, {int timeoutSec = 5}) Future<RegisterUserResult?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance SunmiFaceSdkPlatform
The default instance of SunmiFaceSdkPlatform to use.
getter/setter pair