FlutterLogService class
Constructors
Properties
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> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited