ReaperSplashAdCallBack constructor
const
ReaperSplashAdCallBack({})
Implementation
const ReaperSplashAdCallBack({
required String method,
required String adType,
required String error,
required int viewId,
}) : super(method: method, adType: adType, error: error, viewId: viewId);