findAttachedEndpoint<T> method
Null safety
- Middleware<
T> middleware
Given a Middleware instance, finds the attached Endpoint
Implementation
Endpoint findAttachedEndpoint<T>(Middleware<T> middleware);
Given a Middleware instance, finds the attached Endpoint
Endpoint findAttachedEndpoint<T>(Middleware<T> middleware);