getLightStatus method

Future<bool?> getLightStatus()

Implementation

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