SelfRegistrationService class

Constructors

SelfRegistrationService(ThingsboardClient tbClient)
factory

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

getPrivacyPolicy({RequestConfig? requestConfig}) Future<String>
getSelfRegistrationParams({RequestConfig? requestConfig}) Future<SelfRegistrationParams?>
getSignUpSelfRegistrationParams({String? pkgName, RequestConfig? requestConfig}) Future<SignUpSelfRegistrationParams?>
getTermsOfUse({RequestConfig? requestConfig}) Future<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveSelfRegistrationParams(SelfRegistrationParams selfRegistrationParams, {RequestConfig? requestConfig}) Future<SelfRegistrationParams>
toString() String
A string representation of this object.
inherited

Operators

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