read method

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

return the E associated to the provider, if the E is not saved into the ProvidersContainer the Element will be created

Implementation

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