add method

void add(
  1. WireMiddleware middleware
)

Implementation

void add(WireMiddleware middleware) => _MIDDLEWARE_LIST.add(middleware);