setDisplayRotate method
Set the rotate angle of display.
Implementation
Future<bool> setDisplayRotate(int playerId, DisplayRotation rotation) {
throw UnimplementedError('setDisplayRotate() has not been implemented.');
}
Set the rotate angle of display.
Future<bool> setDisplayRotate(int playerId, DisplayRotation rotation) {
throw UnimplementedError('setDisplayRotate() has not been implemented.');
}