disableLogger method

Future<void> disableLogger()

This method disables the HMSLogger capability which is used for sending usage analytics of Drive SDK's methods to improve the service quality.

Implementation

Future<void> disableLogger() async {
  _channel.invokeMethod('Logger#Disable');
}