docsDartUrl function

String docsDartUrl(
  1. String suffix
)

Implementation

String docsDartUrl(String suffix) {
  return docsUrl("dart-add-servicestack-reference${suffix}");
}