disableLogger static method

Future<bool?> disableLogger()

Implementation

static Future<bool?> disableLogger() async {
  return await Ads.instance.channel.invokeMethod(
    'disableLogger',
  );
}