add full sync
This commit is contained in:
@@ -4,7 +4,7 @@ import 'package:immich_mobile/domain/models/log.model.dart';
|
||||
|
||||
abstract class ILogRepository {
|
||||
/// Fetches all logs
|
||||
FutureOr<List<LogMessage>> fetchLogs();
|
||||
FutureOr<List<LogMessage>> fetchAll();
|
||||
|
||||
/// Inserts a new log into the DB
|
||||
FutureOr<bool> add(LogMessage log);
|
||||
|
||||
Reference in New Issue
Block a user