documentsContainer property
Implementation
late final documentsContainer = SignalContainer(
(String documentType) => AwaitableFutureSignal(
() => dataSource.getDocuments(documentType, limit: 200),
debugLabel: 'documents',
),
cache: true,
);