sendBreathingLight method

Future<void> sendBreathingLight(
  1. bool breathingLight
)

Sets the breathing light.

Implementation

Future<void> sendBreathingLight(bool breathingLight) {
  return _platform.sendBreathingLight(breathingLight);
}