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