DashboardServiceBase class abstract

Constructors

DashboardServiceBase()

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
addMember(ServiceCall call, NuntioRequest request) Future<NuntioResponse>
addMember_Pre(ServiceCall call, Future<NuntioRequest> request) Future<NuntioResponse>
backup(ServiceCall call, NuntioRequest request) Future<NuntioResponse>
backup_Pre(ServiceCall call, Future<NuntioRequest> request) Future<NuntioResponse>
backupAll(ServiceCall call, NuntioRequest request) Future<NuntioResponse>
backupAll_Pre(ServiceCall call, Future<NuntioRequest> request) Future<NuntioResponse>
createProject(ServiceCall call, NuntioRequest request) Future<NuntioResponse>
createProject_Pre(ServiceCall call, Future<NuntioRequest> request) Future<NuntioResponse>
deleteMember(ServiceCall call, NuntioRequest request) Future<NuntioResponse>
deleteMember_Pre(ServiceCall call, Future<NuntioRequest> request) Future<NuntioResponse>
deleteProject(ServiceCall call, NuntioRequest request) Future<NuntioResponse>
deleteProject_Pre(ServiceCall call, Future<NuntioRequest> request) Future<NuntioResponse>
editMember(ServiceCall call, NuntioRequest request) Future<NuntioResponse>
editMember_Pre(ServiceCall call, Future<NuntioRequest> request) Future<NuntioResponse>
getConfig(ServiceCall call, NuntioRequest request) Future<NuntioResponse>
getConfig_Pre(ServiceCall call, Future<NuntioRequest> request) Future<NuntioResponse>
getProject(ServiceCall call, NuntioRequest request) Future<NuntioResponse>
getProject_Pre(ServiceCall call, Future<NuntioRequest> request) Future<NuntioResponse>
getProjects(ServiceCall call, NuntioRequest request) Future<NuntioResponse>
getProjects_Pre(ServiceCall call, Future<NuntioRequest> request) Future<NuntioResponse>
login(ServiceCall call, NuntioRequest request) Future<NuntioResponse>
login_Pre(ServiceCall call, Future<NuntioRequest> request) Future<NuntioResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
restoreBackup(ServiceCall call, NuntioRequest request) Future<NuntioResponse>
restoreBackup_Pre(ServiceCall call, Future<NuntioRequest> request) Future<NuntioResponse>
toString() String
A string representation of this object.
inherited
updateConfigPassword(ServiceCall call, NuntioRequest request) Future<NuntioResponse>
updateConfigPassword_Pre(ServiceCall call, Future<NuntioRequest> request) Future<NuntioResponse>
updateEmailProvider(ServiceCall call, NuntioRequest request) Future<NuntioResponse>
updateEmailProvider_Pre(ServiceCall call, Future<NuntioRequest> request) Future<NuntioResponse>
updateProject(ServiceCall call, NuntioRequest request) Future<NuntioResponse>
updateProject_Pre(ServiceCall call, Future<NuntioRequest> request) Future<NuntioResponse>
updateTextProvider(ServiceCall call, NuntioRequest request) Future<NuntioResponse>
updateTextProvider_Pre(ServiceCall call, Future<NuntioRequest> request) Future<NuntioResponse>

Operators

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