decodeParam function

String decodeParam(
  1. String input
)

Implementation

String decodeParam(String input) => Uri.decodeComponent(input);