EmailSmsSenderServiceBase class abstract
- Annotations
-
- @GrpcServiceName.new('comms.v1.EmailSmsSenderService')
Constructors
Properties
Methods
-
$addMethod(
ServiceMethod method) → void -
inherited
-
$lookupMethod(
String name) → ServiceMethod? -
inherited
-
$onMetadata(
ServiceCall context) → void -
Client metadata handler.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sendEmail(
ServiceCall call, SendEmailRequest request) → Future< SendEmailResponse> -
sendEmail_Pre(
ServiceCall call, Future< SendEmailRequest> request) → Future<SendEmailResponse> -
sendSms(
ServiceCall call, SendSmsRequest request) → Future< SendSmsResponse> -
sendSms_Pre(
ServiceCall call, Future< SendSmsRequest> request) → Future<SendSmsResponse> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited