call method

ServicesOfJournalProvider call(
  1. Journal journal
)

Provider of groups of ServiceOfJournal sorted by ServiceState.

{@category Providers}

Copied from servicesOfJournal.

Implementation

ServicesOfJournalProvider call(
  Journal journal,
) {
  return ServicesOfJournalProvider(
    journal,
  );
}