enableLogger static method

void enableLogger()

Enables HMS Plugin Method Analytics which is used for sending usage analytics of Account Kit SDK's methods to improve the service quality.

Implementation

static void enableLogger() {
  _c.invokeMethod(
    'enableLogger',
  );
}