enableLogger static method

Future<void> enableLogger()

Enables the HMSLogger capability which is used for sending usage analytics of DTM SDK's methods to improve the service quality.

Implementation

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