futureOr property

FutureOr<T> Function() futureOr
final

Callback returning FutureOr itself.

Used as a function to prevent possible reinvokes.

Implementation

final FutureOr<T> Function() futureOr;