getImageAsset static method

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

Use getAssetPathList replaced.

Implementation

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