removeAllDebug method

Future<void> removeAllDebug()
override

Implementation

Future<void> removeAllDebug() async {
  final prefs = await SharedPreferences.getInstance();
  await prefs.remove('logs');
}