@override Future<void> lineWrap(int value) { return methodChannel.invokeMethod<void>('lineWrap', {'value': value}); }