NativeGroupAds constructor

const NativeGroupAds({
  1. Key? key,
  2. required String configKey,
})

Implementation

const NativeGroupAds({Key? key, required this.configKey}) : super(key: key);