requestFactory property

RequestCreator requestFactory

Use requestCreator instead.

This name can be confused with the factory feature in Dart.

Implementation

@deprecated
RequestCreator get requestFactory => requestCreator;
void requestFactory= (RequestCreator c)

Use requestCreator instead.

This name can be confused with the factory feature in Dart.

Implementation

@deprecated
set requestFactory(RequestCreator c) {
  requestCreator = c;
}