setArguments method
save arguments into the provider Ref
Implementation
@override
@visibleForTesting
@protected
void setArguments(A args, {String? tag}) {
throw AssertionError('setArguments is not allowed for FactoryProviders');
}
save arguments into the provider Ref
@override
@visibleForTesting
@protected
void setArguments(A args, {String? tag}) {
throw AssertionError('setArguments is not allowed for FactoryProviders');
}