flush method

void flush({
  1. int? number,
})

Implementation

void flush({int? number}) {
  setState([]);
}