appIcon abstract method

String appIcon(
  1. Snowflake clientId,
  2. String iconHash,
  3. {String format = 'webp',
  4. int? size}
)

Returns URL to /app-icons/[iconHash]. With given format and size.

Implementation

String appIcon(Snowflake clientId, String iconHash, {String format = 'webp', int? size});