flushLogs method
请求原生侧立即刷新缓冲区到磁盘,确保日志不丢失。
Implementation
Future<void> flushLogs() {
throw UnimplementedError('flushLogs() has not been implemented.');
}
请求原生侧立即刷新缓冲区到磁盘,确保日志不丢失。
Future<void> flushLogs() {
throw UnimplementedError('flushLogs() has not been implemented.');
}