@override Future<Void?> setAlignment(int alignment) async{ await methodChannel.invokeMethod<String>('setAlignment',{"alignment":alignment}); }