next method
Call the next middleware in the middleware chain
Implementation
Future<IntervalContext> next() async {
return await _nextHandler(this);
}
Call the next middleware in the middleware chain
Future<IntervalContext> next() async {
return await _nextHandler(this);
}