flush method

Future<void> flush()

Implementation

Future<void> flush() {
  return _writeToStorage(subject.value!);
}