enableLogger static method
Enables HMS Plugin Method Analytics which is used for sending usage analytics of HUAWEI IAP SDK's methods to improve the service quality.
Implementation
static Future<void> enableLogger() async {
await _channel.invokeMethod('enableLogger');
}