getWalletsByEmail method

ResponseFuture<GetWalletsByEmailReply> getWalletsByEmail(
  1. GetWalletsByEmailRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.GetWalletsByEmailReply> getWalletsByEmail($0.GetWalletsByEmailRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getWalletsByEmail, request, options: options);
}