provideContext method

Effect<A, E, Never> provideContext(
  1. Context<R> context
)

Provides the required context to this effect

Implementation

Effect<A, E, Never> provideContext(Context<R> context) =>
    _ProvideContext(this, context);