listFragments_Pre method

Future<ListFragmentsResponse> listFragments_Pre(
  1. ServiceCall call,
  2. Future<ListFragmentsRequest> request
)

Implementation

$async.Future<$9.ListFragmentsResponse> listFragments_Pre($grpc.ServiceCall call, $async.Future<$9.ListFragmentsRequest> request) async {
  return listFragments(call, await request);
}