appBarID function

String appBarID(
  1. String appID
)

Implementation

String appBarID(String appID) {
  return '$appID-APPBAR';
}