clearAll method

Future<bool> clearAll()

Implementation

Future<bool> clearAll() async {
  return await instance.clear();
}