FlutterLogService class

Constructors

FlutterLogService()

Properties

hashCode int
The hash code for this object.
no setterinherited
logFile File?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteFile() Future<bool>
getFilteredLogs({required LogLevel? logLevel, required DateTime? startDate, required DateTime? endDate}) Future<List<LogData>>
initLogFile() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setLog({required String errorTitle, required String errorMessage, required LogLevel level}) Future<LogStatus>
shareLog() Future<LogStatus>
toString() String
A string representation of this object.
inherited

Operators

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