@override Future<String?> printSetAlign(int x) async { return await methodChannel.invokeMethod<String>('PrintSetAlign', {'x': x}); }