formatUrl method

String formatUrl(
  1. String id
)

Implementation

String formatUrl(String id) {
  return '$url?id=$id';
}