journalAtDate method

Journal journalAtDate(
  1. DateTime date
)

Implementation

Journal journalAtDate(DateTime date) => JournalArchive(
    ref: ref, apiKey: apiKey, state: AppState.archiveDate(ref, date));