Future<void> changeSurfaceSize(int width, int height) { return _channel .invokeMethod('changeSurfaceSize', {"width": width, "height": height}); }