noopNext function

Future noopNext()

Noop for call next() in middleware

Implementation

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