mounted method

  1. @override
  2. @visibleForTesting
  3. @protected
bool mounted({
  1. String? tag,
})
override

check if the current provider has a valid Element value into the ProvidersContainer

Implementation

@override
@visibleForTesting
@protected
bool mounted({String? tag}) {
  throw AssertionError('mounted is not allowed for FactoryProviders');
}