enableLogger static method
Enables HMS Plugin Method Analytics.
Implementation
static Future<void> enableLogger() async {
await _methodChannel.invokeMethod(
'enableLogger',
);
}
Enables HMS Plugin Method Analytics.
static Future<void> enableLogger() async {
await _methodChannel.invokeMethod(
'enableLogger',
);
}