api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Encodes bytes using base64url encoding.
bytes
Shorthand for base64url.encode(bytes).
base64url.encode(bytes)
String base64UrlEncode(List<int> bytes) => base64Url.encode(bytes);