clean method

Future<void> clean()

Implementation

Future<void> clean() async {
  await _preference.clean();
}