removeAll method

Future removeAll({
  1. bool isPersistent = false,
})

Implementation

Future removeAll({bool isPersistent = false}) async {
  throw ("Unimplemented method");
}