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