EmailGRPCServiceBase class abstract

Annotations
  • @GrpcServiceName('Auth.EmailGRPC')

Constructors

EmailGRPCServiceBase.new()

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
accountCreated(ServiceCall call, EmailProto_AccountCreatedRequest request) Future<Empty>
accountCreated_Pre(ServiceCall $call, Future<EmailProto_AccountCreatedRequest> $request) Future<Empty>
adminEmail(ServiceCall call, EmailProto_AdminAccountEmailRequest request) Future<Empty>
adminEmail_Pre(ServiceCall $call, Future<EmailProto_AdminAccountEmailRequest> $request) Future<Empty>
alarmEmail(ServiceCall call, EmailProto_AlarmEmailRequest request) Future<Empty>
alarmEmail_Pre(ServiceCall $call, Future<EmailProto_AlarmEmailRequest> $request) Future<Empty>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetPassword(ServiceCall call, EmailProto_ResetPasswordRequest request) Future<Empty>
resetPassword_Pre(ServiceCall $call, Future<EmailProto_ResetPasswordRequest> $request) Future<Empty>
toString() String
A string representation of this object.
inherited

Operators

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