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