SyncFetchRF constructor

SyncFetchRF({
  1. ApiType apiType = ApiType.fetch,
  2. String? jobName,
  3. Function? dispatcher,
  4. Function? builder,
  5. Function? onComplete,
})

Implementation

SyncFetchRF(
    {this.apiType = ApiType.fetch,
    this.jobName,
    this.dispatcher,
    this.builder,
    this.onComplete});