sendEmail_Pre method
Future<IdentifierResponse>
sendEmail_Pre(
- ServiceCall $call,
- Future<
IdentifierWithEmailAttributes> $request
Implementation
$async.Future<$1.IdentifierResponse> sendEmail_Pre($grpc.ServiceCall $call,
$async.Future<$1.IdentifierWithEmailAttributes> $request) async {
return sendEmail($call, await $request);
}