clearAll method

Future<void> clearAll()

Implementation

Future<void> clearAll() async {
  await delete(tiles).go();
}