@override Future newLine(int lineSpace) async { return await methodChannel.invokeMethod('NewLine', { "lineSpace": lineSpace, }); }