InvitationService class

Constructors

InvitationService.new()
factory

Properties

atClientInstance ↔ AtClientImpl?
getter/setter pair
currentAtSign String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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>
getPrivateKey(String atsign) Future<String>
Fetches privatekey for atsign from device keychain.
initInvitationService(GlobalKey<NavigatorState>? navkeyFromApp, AtClientImpl? atClientInstanceFromApp, String? currentAtSignFromApp, String? webPageFromApp, String rootDomainFromApp, int rootPortFromApp) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shareAndinvite(BuildContext context, String jsonData) Future<void>
startMonitor() Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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