OnRouteApiScreen typedef
OnRouteApiScreen =
void Function(bool isShowed)
Signature for a callback that is called when the API screen is shown or hidden.
isShowed - Whether the API screen is currently shown (true) or hidden (false).
Implementation
typedef OnRouteApiScreen = void Function(bool isShowed);