commitAll method
- [JournalHttpInterface? httpClient,
- List<
ServiceOfJournal> ? forSync]
override
This method of base class is stubbed.
Implementation
@override
Future<void> commitAll(
[JournalHttpInterface? httpClient,
List<ServiceOfJournal>? forSync]) async {
return; // stub
}