SigularitySDKProtocol class abstract

Sigularity delegate protocol please inherit to get callbacks

Constructors

SigularitySDKProtocol()

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
onGetSingularityUserInfo(Map user) → dynamic
Sigularity delegate method after login success
onSingularityClose() → dynamic
Sigularity delegate method when user click on close or back button
onSingularityError(String message) → dynamic
Sigularity delegate method called when any error Occured
onSingularityLogout() → dynamic
Sigularity delegate method after logout success
toString() String
A string representation of this object.
inherited

Operators

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