call method

Result Function() call(
  1. QueryScopedValueRef<TRef> ref
)

Returns a callback that returns the value you want to manage.

管理したい値を返すコールバックを返します。

Implementation

Result Function() call(QueryScopedValueRef<TRef> ref) =>
    () => provider.call(ref);