SplashAdLoadListener typedef

SplashAdLoadListener = void Function(SplashAdLoadEvent event, {int? errorCode})

Implementation

typedef SplashAdLoadListener = void Function(
  SplashAdLoadEvent event, {
  int? errorCode,
});