getAppCoinName static method

String getAppCoinName()

Implementation

static String getAppCoinName() {
  return appProperties['appCoinName'] ?? '';
}