decodeUrl method

String decodeUrl(
  1. String code
)

Implementation

String decodeUrl(String code) => utf8.fuse(base64).decode(code);