provideService<S extends Object, R2> method
Provides a specific service to this effect
Implementation
Effect<A, E, R2> provideService<S extends Object, R2>(
S service,
) => _ProvideService<A, E, R, S, R2>(this, service);