homeMenuID function

String homeMenuID(
  1. String appID
)

Implementation

String homeMenuID(String appID) {
  return '$appID-HOMEMENU';
}