contrast method

Future<void> contrast(
  1. double value
)

adjust the contrast
value between -100, 100

Implementation

Future<void> contrast(double value) {
  return socket.setProperty('contrast', value);
}