noopNext function

Future<void> noopNext ()

Noop for call next() in middleware

Implementation

Future<void> noopNext() => Future.value();