disableLogger method
Disables the HMSLogger capability.
Implementation
Future<void> disableLogger() async {
await _channel.invokeMethod('disableLogger', {});
}
Disables the HMSLogger capability.
Future<void> disableLogger() async {
await _channel.invokeMethod('disableLogger', {});
}