getAccountByEmail_Pre method

Future<GetAccountByEmailReply> getAccountByEmail_Pre(
  1. ServiceCall call,
  2. Future<GetAccountByEmailRequest> request
)

Implementation

$async.Future<$1.GetAccountByEmailReply> getAccountByEmail_Pre($grpc.ServiceCall call, $async.Future<$1.GetAccountByEmailRequest> request) async {
  return getAccountByEmail(call, await request);
}