StorageUtil class

存储工具类

Annotations

Constructors

StorageUtil()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

imageThumbUrl(String url, int thumbSize) Future<NIMResult<String>>
生成图片缩略链接 url 图片原始链接 thumbSize 缩放的尺寸 返回图片缩略链接 web 端不支持
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
videoCoverUrl(String url, int offset, {int? thumbSize, String? type}) Future<NIMResult<String>>
生成视频封面图链接 url 视频原始链接 offset 从第几秒开始截 thumbSize 封面尺寸,单位像素(仅对PC有效) type 封面类型,如 png,jpeg(仅对PC有效) 返回视频封面图链接 web 端不支持

Operators

operator ==(Object other) bool
The equality operator.
inherited