requestFactory property
Use requestCreator instead.
This name can be confused with the factory
feature in Dart.
Implementation
@deprecated
RequestCreator get requestFactory => requestCreator;
Use requestCreator instead.
This name can be confused with the factory
feature in Dart.
Implementation
@deprecated
set requestFactory(RequestCreator c) {
requestCreator = c;
}