flush method

  1. @override
Future flush()
override

Request that any buffered or in-memory data is flushed out of the process. Optionally a callback function with the signature function(err) will be called as soon as the flush completes. err should be null or undefined if the flush was successful.

Implementation

@override
Future<dynamic> flush() async {}