HeraPublicServiceBase class abstract

Constructors

HeraPublicServiceBase()

Properties

$name String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) → ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
acceptContact(ServiceCall call, HeraRequest request) Future<HeraResponse>
acceptContact_Pre(ServiceCall call, Future<HeraRequest> request) Future<HeraResponse>
addContact(ServiceCall call, HeraRequest request) Future<HeraResponse>
addContact_Pre(ServiceCall call, Future<HeraRequest> request) Future<HeraResponse>
blockToken(ServiceCall call, HeraRequest request) Future<HeraResponse>
blockToken_Pre(ServiceCall call, Future<HeraRequest> request) Future<HeraResponse>
continueWith(ServiceCall call, HeraRequest request) Future<HeraResponse>
continueWith_Pre(ServiceCall call, Future<HeraRequest> request) Future<HeraResponse>
create(ServiceCall call, HeraRequest request) Future<HeraResponse>
create_Pre(ServiceCall call, Future<HeraRequest> request) Future<HeraResponse>
delete(ServiceCall call, HeraRequest request) Future<HeraResponse>
delete_Pre(ServiceCall call, Future<HeraRequest> request) Future<HeraResponse>
get(ServiceCall call, HeraRequest request) Future<HeraResponse>
get_Pre(ServiceCall call, Future<HeraRequest> request) Future<HeraResponse>
getContacts(ServiceCall call, HeraRequest request) Future<HeraResponse>
getContacts_Pre(ServiceCall call, Future<HeraRequest> request) Future<HeraResponse>
getPublicKeys(ServiceCall call, HeraRequest request) Future<HeraResponse>
getPublicKeys_Pre(ServiceCall call, Future<HeraRequest> request) Future<HeraResponse>
getTokens(ServiceCall call, HeraRequest request) Future<HeraResponse>
getTokens_Pre(ServiceCall call, Future<HeraRequest> request) Future<HeraResponse>
heartbeat(ServiceCall call, HeraRequest request) Future<HeraResponse>
heartbeat_Pre(ServiceCall call, Future<HeraRequest> request) Future<HeraResponse>
initializeAuth(ServiceCall call, HeraRequest request) Future<HeraResponse>
initializeAuth_Pre(ServiceCall call, Future<HeraRequest> request) Future<HeraResponse>
login(ServiceCall call, HeraRequest request) Future<HeraResponse>
login_Pre(ServiceCall call, Future<HeraRequest> request) Future<HeraResponse>
logout(ServiceCall call, HeraRequest request) Future<HeraResponse>
logout_Pre(ServiceCall call, Future<HeraRequest> request) Future<HeraResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refreshToken(ServiceCall call, HeraRequest request) Future<HeraResponse>
refreshToken_Pre(ServiceCall call, Future<HeraRequest> request) Future<HeraResponse>
removeContact(ServiceCall call, HeraRequest request) Future<HeraResponse>
removeContact_Pre(ServiceCall call, Future<HeraRequest> request) Future<HeraResponse>
resetPassword(ServiceCall call, HeraRequest request) Future<HeraResponse>
resetPassword_Pre(ServiceCall call, Future<HeraRequest> request) Future<HeraResponse>
sendMagicEmail(ServiceCall call, HeraRequest request) Future<HeraResponse>
sendMagicEmail_Pre(ServiceCall call, Future<HeraRequest> request) Future<HeraResponse>
sendMagicText(ServiceCall call, HeraRequest request) Future<HeraResponse>
sendMagicText_Pre(ServiceCall call, Future<HeraRequest> request) Future<HeraResponse>
sendResetPasswordEmail(ServiceCall call, HeraRequest request) Future<HeraResponse>
sendResetPasswordEmail_Pre(ServiceCall call, Future<HeraRequest> request) Future<HeraResponse>
sendResetPasswordText(ServiceCall call, HeraRequest request) Future<HeraResponse>
sendResetPasswordText_Pre(ServiceCall call, Future<HeraRequest> request) Future<HeraResponse>
toString() String
A string representation of this object.
inherited
updateContactInformation(ServiceCall call, HeraRequest request) Future<HeraResponse>
updateContactInformation_Pre(ServiceCall call, Future<HeraRequest> request) Future<HeraResponse>
updatePassword(ServiceCall call, HeraRequest request) Future<HeraResponse>
updatePassword_Pre(ServiceCall call, Future<HeraRequest> request) Future<HeraResponse>
updateProfileInformation(ServiceCall call, HeraRequest request) Future<HeraResponse>
updateProfileInformation_Pre(ServiceCall call, Future<HeraRequest> request) Future<HeraResponse>
uploadCoverImage(ServiceCall call, Stream<HeraRequest> request) Future<HeraResponse>
uploadProfileImage(ServiceCall call, Stream<HeraRequest> request) Future<HeraResponse>
validateToken(ServiceCall call, HeraRequest request) Future<HeraResponse>
validateToken_Pre(ServiceCall call, Future<HeraRequest> request) Future<HeraResponse>
verifyEmail(ServiceCall call, HeraRequest request) Future<HeraResponse>
verifyEmail_Pre(ServiceCall call, Future<HeraRequest> request) Future<HeraResponse>
verifyMagicCode(ServiceCall call, HeraRequest request) Future<HeraResponse>
verifyMagicCode_Pre(ServiceCall call, Future<HeraRequest> request) Future<HeraResponse>
verifyPhone(ServiceCall call, HeraRequest request) Future<HeraResponse>
verifyPhone_Pre(ServiceCall call, Future<HeraRequest> request) Future<HeraResponse>

Operators

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