getAccountByEmail method
ResponseFuture<GetAccountByEmailReply>
getAccountByEmail(
- GetAccountByEmailRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$1.GetAccountByEmailReply> getAccountByEmail($1.GetAccountByEmailRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$getAccountByEmail, request, options: options);
}