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