getLightStatus method

Future<bool> getLightStatus()

Implementation

Future<bool> getLightStatus() async {
  return await _channel.invokeMethod('getLightStatus');
}