RequestManager.create constructor

RequestManager.create()

Creates a default RequestManager.

Implementation

factory RequestManager.create() {
  return RequestManager(
    pipelineBehaviorStore: PipelineBehaviorStore(),
    requestHandlerStore: RequestHandlerStore(),
  );
}