getVideoAsset static method

  1. @Deprecated("Use getAssetPathList replaced.")
Future<List<AssetPathEntity>> getVideoAsset()

Use getAssetPathList replaced.

Implementation

@Deprecated("Use getAssetPathList replaced.")
static Future<List<AssetPathEntity>> getVideoAsset() {
  return getAssetPathList(type: RequestType.video);
}