listMachineFragments_Pre method

Future<ListMachineFragmentsResponse> listMachineFragments_Pre(
  1. ServiceCall call,
  2. Future<ListMachineFragmentsRequest> request
)

Implementation

$async.Future<$9.ListMachineFragmentsResponse> listMachineFragments_Pre($grpc.ServiceCall call, $async.Future<$9.ListMachineFragmentsRequest> request) async {
  return listMachineFragments(call, await request);
}