@override Future<void> wrapLine(int lines) async { await methodChannel.invokeMethod<String?>('WRAP_LINE', {"lines": lines}); }