SessionManager class
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
-
allSessions(
) → Future< FfiListDeviceRecord> -
deleteDevice(
String devId, String username, String password) → Future< bool> - Force to logout another device Authentication is required to do so
-
drop(
) → void - Manually drops the object and unregisters the FinalizableHandle.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
requestVerification(
String devId) → Future< String> - Trigger verification of another device returns flow id of verification
-
terminateVerification(
String flowId) → Future< bool> - Terminate verification of another device alternative of cancel_verification_request this fn is used in case without verification event
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited