InitiatorFn<T> typedef
InitiatorFn<T> =
void Function()
Function called when the async builder is initialized.
Implementation
typedef InitiatorFn<T> = void Function();
Function called when the async builder is initialized.
typedef InitiatorFn<T> = void Function();