setArguments method

  1. @override
  2. @visibleForTesting
  3. @protected
void setArguments(
  1. A args, {
  2. String? tag,
})
override

save arguments into the provider Ref

Implementation

@override
@visibleForTesting
@protected
void setArguments(A args, {String? tag}) {
  throw AssertionError('setArguments is not allowed for FactoryProviders');
}