WarcraftAssetErrorCallback typedef

WarcraftAssetErrorCallback = void Function(Object error, StackTrace? stackTrace)

Called when a WarcraftBorderBox frame asset cannot be resolved.

Implementation

typedef WarcraftAssetErrorCallback =
    void Function(Object error, StackTrace? stackTrace);