getFilingContent abstract method

Future<String> getFilingContent(
  1. SecFiling filing
)

Fetch the text content of a specific filing.

Returns the text extracted from the filing document.

Implementation

Future<String> getFilingContent(SecFiling filing);