generatePath method

String generatePath(
  1. bool isChineseMainland
)

Generate path.

Implementation

String generatePath(bool isChineseMainland) {
  return isChineseMainland ? '/sms' : '/wsms';
}