avatarDecoration abstract method

String avatarDecoration(
  1. Snowflake userId,
  2. String decorationHash,
  3. {int? size}
)

Returns URL to /avatar-decorations/[userId]/[decorationHash]. With given size.

Implementation

String avatarDecoration(Snowflake userId, String decorationHash, {int? size});