FreeAtsignService class

Constructors

FreeAtsignService()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
initialized bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getFreeAtsigns() Future
loginWithAtsign(String atsign) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
postRequest(String path, Map data) Future
registerPerson(String atsign, String email, {String? oldEmail}) Future
toString() String
A string representation of this object.
inherited
validatePerson(String atsign, String email, String? otp, {bool confirmation = false}) Future
verificationWithAtsign(String atsign, String verificationCode) Future

Operators

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

Static Properties

freeAtsignService FreeAtsignService
final