enableLogger static method

Future<void> enableLogger()

Enables the HMSLogger capability.

Implementation

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