stopMiddleware<T> function
Does not call next()
in middleware
Implementation
Future<dynamic> stopMiddleware<T>(T context, NextMiddleware next) =>
Future.value();
Does not call next()
in middleware
Future<dynamic> stopMiddleware<T>(T context, NextMiddleware next) =>
Future.value();