StoreKitError constructor

StoreKitError(
  1. String code,
  2. String? msg, {
  3. dynamic data,
})

Implementation

StoreKitError(this.code, this.msg, {this.data});