call method

FutureOr<Stream<Value?>> call(
  1. Object? parent,
  2. Ctx ctx
)

Implementation

FutureOr<Stream<Value?>> call(Object? parent, Ctx ctx) =>
    subscribe(parent, ctx);