call method

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

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

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

Implementation

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