setDisplayRotate method

Future<bool> setDisplayRotate(
  1. int playerId,
  2. DisplayRotation rotation
)

Set the rotate angle of display.

Implementation

Future<bool> setDisplayRotate(int playerId, DisplayRotation rotation) {
  throw UnimplementedError('setDisplayRotate() has not been implemented.');
}