resize method

Future<void> resize(
  1. int width,
  2. int height
)

Implementation

Future<void> resize(int width, int height) {
  throw UnimplementedError('resize() has not been implemented.');
}