APIHandler constructor

APIHandler(
  1. API api,
  2. Map<String, String>? paramMetaValues,
  3. String? success,
  4. String? error,
)

Implementation

APIHandler(this.api, this.paramMetaValues, this.success, this.error);