@override Future<void> setPageWidth(int width) { return methodChannel.invokeMethod<void>('setPageWidth', width); }