initAdSDK method

Future<void> initAdSDK(
  1. String? prdId,
  2. bool isDebug,
  3. String? csjAdAppId,
  4. String? gdtAdAppId,
  5. String? ksAdAppId,
)

Implementation

Future<void> initAdSDK(String? prdId, bool isDebug, String? csjAdAppId, String? gdtAdAppId, String? ksAdAppId) async {
  throw UnimplementedError('initAdSDK() has not been implemented.');
}