flush method

Future<void> flush()

主动触发上报缓存事件到服务器.

Implementation

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