setDisplayGeometry method
Sets the video display geometry.
Implementation
Future<void> setDisplayGeometry(
int playerId,
int x,
int y,
int width,
int height,
) {
throw UnimplementedError('setDisplayGeometry() has not been implemented.');
}