Enables logging.
static Future<void> setLogging(bool value) async { await _channel.invokeMethod('enableLogging', value); _loggingEnabled = value; }