fuses/timer library

Functions

fuseTimer(double limit, FuseTimerFn fn, {bool repeat = false, bool autoStart = true}) → Timer
Adds a Flame Timer to a Fuse component.

Typedefs

FuseTimerFn = void Function()