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