HistoryMiddleware<T> constructor

HistoryMiddleware<T>({
  1. int maxHistory = 10,
})

Implementation

HistoryMiddleware({this.maxHistory = 10});