DataFetcher constructor

DataFetcher({
  1. void onSending(
    1. Uri,
    2. Map<String, String>,
    3. Map<String, dynamic>?,
    4. DataOperation,
    )?,
  2. void onReceiving(
    1. Response
    )?,
  3. String? customOrigin,
})

Implementation

DataFetcher({this.onSending, this.onReceiving, this.customOrigin}) : client = Client();