assetsImagesPathWebP function

String assetsImagesPathWebP(
  1. String name
)

获取图片路径后缀wep

Implementation

String assetsImagesPathWebP(String name) =>
    assetsImagesPath(name, format: 'webp');