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