getWithAccount method

String getWithAccount(
  1. int account
)

Implementation

String getWithAccount(int account) {
  return "$basePath/$account'";
}