deleteAll method

Future<void> deleteAll({
  1. bool force = false,
})

Implementation

Future<void> deleteAll({bool force = false}) async =>
    Get.deleteAll(force: force);