enableLogger static method

Future<void> enableLogger()

Enables HMS Plugin Method Analytics.

Implementation

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