listMilestones_Pre method

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

Implementation

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