LaunchWaitingType typedef

LaunchWaitingType = void Function(LaunchWaitingOptions options)

Signature for a function that updates the visibility of the waiting modal.

Implementation

typedef LaunchWaitingType = void Function(LaunchWaitingOptions options);