GromoreRewardConfig constructor

GromoreRewardConfig({
  1. required String adUnitId,
  2. int? orientation,
  3. bool? muted,
  4. double? volume,
  5. bool? useSurfaceView = true,
})

Implementation

GromoreRewardConfig(
    {required this.adUnitId,
    this.orientation,
    this.muted,
    this.volume,
    this.useSurfaceView = true});