@override Future<void> setWidth({int w = 128}) async { await methodChannel .invokeMethod<void>(GifResizeMethod.setWidth.method, {'data': w}); }