flush abstract method

Future flush()

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

Future<dynamic> flush();