IsMounted typedef
Used by useIsMounted to allow widgets to determine if the Widget is still in the widget tree or not.
Implementation
typedef IsMounted = bool Function();
Used by useIsMounted to allow widgets to determine if the Widget is still in the widget tree or not.
typedef IsMounted = bool Function();