sendEmail_Pre method

Future<IdentifierUUID> sendEmail_Pre(
  1. ServiceCall $call,
  2. Future<IdentifierWithEmailAttributes> $request
)

Implementation

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