deleteAll static method

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

Implementation

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