triggerLEDBurst method
Triggers an LED burst pattern on the Nimmsta device.
repeat specifies the number of bursts.
duration is the total duration of the burst sequence in milliseconds.
pulseDuration defines the duration of a single pulse.
color indicates the color of the LED burst.
Implementation
Future<void> triggerLEDBurst(
int repeat, int duration, int pulseDuration, Color color) {
throw UnimplementedError('triggerLEDBurst() has not been implemented.');
}