@override Future<void> setAlignMode(int type) async { await methodChannel.invokeMethod<void>('setAlignMode', <String, dynamic>{ 'type': type, }); }