RefFutureExtensions extension

Provides an extended method for Ref to monitor Future.

Futureの監視を行うためのRef用の拡張メソッドを提供します。

on

Methods

future<T>(FutureOr<T> callback(), {List<Object> keys = const [], Object? name}) FutureContext<T>