Brightness< Only android support >

Sets brightness

_blePlugin.sendBrightness(int brightness);

Gets brightness

BrightnessBean bean = await _blePlugin.queryBrightness;

Callback Description:

BrightnessBean:

allback valuecallback value typecallback value description
currentintcurrent brightness
maxintmaximum brightness
Last Updated: