controller property
The RequestController of the request.
Used to manage the lifecycle of the request. If this is null
, the
request is assumed to be unmanaged and it cannot be cancelled.
Implementation
final RequestController? controller;
The RequestController of the request.
Used to manage the lifecycle of the request. If this is null
, the
request is assumed to be unmanaged and it cannot be cancelled.
final RequestController? controller;