@override Future<int> getWidth() async { final int ret = await methodChannel .invokeMethod<int>(GifResizeMethod.getWidth.method) ?? 0; return ret; }