getAccountByEmail method

ResponseFuture<GetAccountByEmailReply> getAccountByEmail(
  1. GetAccountByEmailRequest request, {
  2. CallOptions? options,
})

Implementation

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