splash abstract method

String splash(
  1. Snowflake guildId,
  2. String splashHash,
  3. {String format = 'webp',
  4. int? size}
)

Returns URL to /splashes/[splashHash]. With given format and size.

Implementation

String splash(Snowflake guildId, String splashHash, {String format = 'webp', int? size});