flushLogs method

Future<void> flushLogs()

请求原生侧立即刷新缓冲区到磁盘,确保日志不丢失。

Implementation

Future<void> flushLogs() {
  throw UnimplementedError('flushLogs() has not been implemented.');
}