urlDecode static method

String urlDecode(
  1. String value
)

Implementation

static String urlDecode(String value) => Uri.decodeComponent(value);