listMilestones_Pre method

Future<ListMilestonesResponse> listMilestones_Pre(
  1. ServiceCall call,
  2. Future<ListMilestonesRequest> request
)

Implementation

$async.Future<$1.ListMilestonesResponse> listMilestones_Pre($grpc.ServiceCall call, $async.Future<$1.ListMilestonesRequest> request) async {
  return listMilestones(call, await request);
}