getHDRState method

Future<Map<String, dynamic>> getHDRState()

Get current HDR state

Implementation

Future<Map<String, dynamic>> getHDRState() {
  throw UnimplementedError('getHDRState() has not been implemented.');
}