setDisplaySize method

  1. @override
void setDisplaySize(
  1. int width,
  2. int height
)
override

Sets the width and the height of the display This method needs to be implemented in subclasses

Implementation

@override
void setDisplaySize(int width, int height) {}