effectAsync method
Register an async effect owned by this scope.
Implementation
AsyncEffectHandle effectAsync(
Future<dynamic> Function(AsyncComputeContext ctx) body) =>
adopt(ctx.effectAsync(body));
Register an async effect owned by this scope.
AsyncEffectHandle effectAsync(
Future<dynamic> Function(AsyncComputeContext ctx) body) =>
adopt(ctx.effectAsync(body));