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.extension == '.riv';