isSupport method

  1. @override
bool isSupport(
  1. AssetType asset
)
override

Is this asset type supported by this integration?

Implementation

@override
bool isSupport(AssetType asset) =>
    asset.mime == 'image/svg+xml' || asset.extension == '.vec';