getHandler<T> static method
Get the handler for a specific type.
Implementation
static MockApiHandler? getHandler<T>() => _handlers[T];
Get the handler for a specific type.
static MockApiHandler? getHandler<T>() => _handlers[T];