LogsProvider class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteAll() → dynamic
deleteByFilter(LogFilter filter) → dynamic
deleteLastHour() → dynamic
export({String? fileName, LogFilter? filter, FileType? exportType}) Future<File>
getAll() Future<List<Log>>
getByFilter(LogFilter filter) Future<List<Log>>
getLastHour() Future<List<Log>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
write(Log log) → dynamic

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

config LogConfig
no setter
instance LogsProvider
no setter