onReadyOnce property

(void Function(T data)?) onReadyOnce
final

A callback function that call when FutureManager state has data once

Implementation

final void Function(T data)? onReadyOnce;