userHiveClient method

String userHiveClient(
  1. String author
)

Implementation

String userHiveClient(String author) {
  return "https://hive.blog/@$author";
}