urlEncode static method

String urlEncode(
  1. String text
)

Implementation

static String urlEncode(String text) => Uri.encodeComponent(text);