@override Future<void> resize(int width, int height) async { await methodChannel.invokeMethod<void>('resize', { 'width': width, 'height': height, }); }