disableLogger method

Future<void> disableLogger()

Disables the HMS plugin method analytics.

Implementation

Future<void> disableLogger() async {
  await _channel.invokeMethod(
    'bodyApp#disableLogger',
  );
}