Resizes the overlay content panel to width x height logical pixels.
width
height
Future<void> resizeContent(int width, int height) { throw UnimplementedError('resizeContent() has not been implemented.'); }