ServiceBuilder<TState, TService> typedef

ServiceBuilder<TState, TService> = TService Function(Context<TState> context)

Instanciates a service for the current context.

Implementation

typedef ServiceBuilder<TState, TService> = TService Function(
  Context<TState> context,
);