InvitationService class

A service to handle invitation needs

Constructors

InvitationService()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
hasMonitorStarted bool
getter/setter pair
invitationAckKey String
final
invitationKey String
final
no setter
getter/setter pair
rootDomain String?
getter/setter pair
rootPort int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
webPage String?
getter/setter pair

Methods

fetchInviteData(BuildContext context, String data, String atsign) Future<void>
show the OTP dialog and fetch the invite data
getPrivateKey(String atsign) Future<String>
Fetches privatekey for atsign from device keychain.
initInvitationService(GlobalKey<NavigatorState>? navkeyFromApp, String? webPageFromApp, String rootDomainFromApp, int rootPortFromApp) → void
initialize the invitation service
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shareAndinvite(BuildContext context, String jsonData) Future<void>
share message and inviate the atsign provided
startMonitor() Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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