deleteAll method

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

Deletes all registered dependencies in the application. force determines whether to force the deletion.

Implementation

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