enableLogger static method

Future<void> enableLogger()

Enables the HMSLogger capability.

Implementation

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