commitAll method

Future<void> commitAll(
  1. [JournalHttpInterface? httpClient,
  2. List<ServiceOfJournal>? forSync]
)

Implementation

Future<void> commitAll(
    [JournalHttpInterface? httpClient,
    List<ServiceOfJournal>? forSync]) async {
  return; // stub
}