disableLogger static method

Future<void> disableLogger()

Disables the HMSLogger capability.

Implementation

static Future<void> disableLogger() async {
  _channel.invokeMethod(
    'HMSLogger.disableLogger',
  );
}