Deletes all dependencies from the GetX service locator.
static Future<void> deleteAll({bool force = false}) async { Get.deleteAll(force: force); }