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