NuntioUserAdminServiceBase class Null safety

Inheritance

Constructors

NuntioUserAdminServiceBase()

Properties

$name String
read-onlyoverride
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
createUser(ServiceCall call, AdminUserRequest request) Future<AdminUserResponse>
createUser_Pre(ServiceCall call, Future<AdminUserRequest> request) Future<AdminUserResponse>
getBulkUsersByEmail(ServiceCall call, AdminUserRequest request) Future<AdminUserResponse>
getBulkUsersByEmail_Pre(ServiceCall call, Future<AdminUserRequest> request) Future<AdminUserResponse>
getBulkUsersById(ServiceCall call, AdminUserRequest request) Future<AdminUserResponse>
getBulkUsersById_Pre(ServiceCall call, Future<AdminUserRequest> request) Future<AdminUserResponse>
getUserByEmail(ServiceCall call, AdminUserRequest request) Future<AdminUserResponse>
getUserByEmail_Pre(ServiceCall call, Future<AdminUserRequest> request) Future<AdminUserResponse>
getUserById(ServiceCall call, AdminUserRequest request) Future<AdminUserResponse>
getUserById_Pre(ServiceCall call, Future<AdminUserRequest> request) Future<AdminUserResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
ping(ServiceCall call, Request request) Future<Response>
ping_Pre(ServiceCall call, Future<Request> request) Future<Response>
toString() String
A string representation of this object.
inherited

Operators

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