enableLog method
Enables the log function.
note This function is specifically used by Android Platforms.
Implementation
Future<void> enableLog() async {
await _channel.invokeMethod('enableLog', {});
}
Enables the log function.
note This function is specifically used by Android Platforms.
Future<void> enableLog() async {
await _channel.invokeMethod('enableLog', {});
}