setLogLevel static method

Future<void> setLogLevel(
  1. AdPopcornLogLevel level
)

Implementation

static Future<void> setLogLevel(AdPopcornLogLevel level) async {
  return AdPopcornOfferwallPlatform.instance.setLogLevel(level);
}