getCustomAssetIndexPath method

  1. @override
String? getCustomAssetIndexPath(
  1. String versionId,
  2. String assetIndex
)
override

Get custom asset index path to override default path Return null to use the default path

Implementation

@override
String? getCustomAssetIndexPath(String versionId, String assetIndex) {
  return _customAssetIndexPath;
}