FunctionalBloomMiddleware constructor

FunctionalBloomMiddleware(
  1. Future<BloomResponse?> handler(
    1. BloomRequest request,
    2. BloomNextFunction next
    )
)

Creates a FunctionalBloomMiddleware wrapping the given handler callback.

Implementation

FunctionalBloomMiddleware(this.handler);