DataFetcher constructor

DataFetcher({
  1. OnSend? onSend,
  2. OnReceive? onReceive,
  3. String? customOrigin,
})

Implementation

DataFetcher({this.onSend, this.onReceive, this.customOrigin})
    : client = Client();