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