enableLogger method

Future<void> enableLogger()

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

Implementation

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