flush method

  1. @override
void flush()
override

Implementation

@override
void flush() {
  InnerLog().d('flushed logs');
  _send();
}