dispose static method

  1. @protected
  2. @visibleForTesting
Future<void> dispose()

Implementation

@protected
@visibleForTesting
static Future<void> dispose() async {
  // remove the controllers from the container
  Locators.clear();
}