runUnsafeWithDefaultRuntime method

Future<A> runUnsafeWithDefaultRuntime([
  1. Context<R>? context
])

Runs this effect unsafely using the default runtime

Implementation

Future<A> runUnsafeWithDefaultRuntime([Context<R>? context]) =>
    Runtime.defaultRuntime.runUnsafe(this, context);