setSize method

  1. @override
Future<void> setSize(
  1. double width,
  2. double height
)

Sets the size in pixels of the

Implementation

@override
Future<void> setSize(double width, double height) {
  return _eval('player.setSize($width, $height)');
}