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