encodeParam function

String encodeParam(
  1. String input
)

Implementation

String encodeParam(String input) => Uri.encodeComponent(input);