iconUrl abstract method

String? iconUrl(
  1. {String format = 'webp',
  2. int? size}
)

Returns URL to team icon with given format and size.

Implementation

String? iconUrl({String format = 'webp', int? size});