RemoteConfigButton constructor

const RemoteConfigButton({
  1. Key? key,
  2. String? remoteConfigKey,
  3. Map<String, dynamic>? json,
  4. void onTap()?,
  5. void onPurchaseTap(
    1. String productId
    )?,
})

Implementation

const RemoteConfigButton({super.key, this.remoteConfigKey, this.json, this.onTap, this.onPurchaseTap});