getWalletsById_Pre method

Future<GetWalletsByIdReply> getWalletsById_Pre(
  1. ServiceCall call,
  2. Future<GetWalletsByIdRequest> request
)

Implementation

$async.Future<$0.GetWalletsByIdReply> getWalletsById_Pre($grpc.ServiceCall call, $async.Future<$0.GetWalletsByIdRequest> request) async {
  return getWalletsById(call, await request);
}