precacheLocalDocs method
Unconditionally precache local documentation.
Use only in factory for PackageGraph.
Implementation
Future<void> precacheLocalDocs() async {
_documentationLocal = await _buildDocumentationBase();
}
Unconditionally precache local documentation.
Use only in factory for PackageGraph.
Future<void> precacheLocalDocs() async {
_documentationLocal = await _buildDocumentationBase();
}