clearLogs method

Future<void> clearLogs()
inherited

Implementation

Future<void> clearLogs() async {
  FlutterLogs.clearLogs();
}