getFoldingRequest abstract method

Future<FoldingRequest> getFoldingRequest(
  1. String path
)

Return the folding request that should be passes to the contributors returned from getFoldingContributors.

Throw a RequestFailure if the request could not be created.

Implementation

Future<FoldingRequest> getFoldingRequest(String path);