getHandler<T> static method

MockApiHandler? getHandler<T>()

Get the handler for a specific type.

Implementation

static MockApiHandler? getHandler<T>() => _handlers[T];