configureFileLogging method
配置原生文件日志(Web 端无效,空实现)。
Implementation
@override
/// 配置原生文件日志(Web 端无效,空实现)。
Future<void> configureFileLogging({
required bool enabled,
int? flushIntervalMs,
int? maxBufferEntries,
int? maxBufferBytes,
}) async {
// No-op on web.
}