getNeedHud method

String getNeedHud(
  1. bool isNeed
)

是否需要加载器

Implementation

String getNeedHud(bool isNeed) {
  return isNeed ? '0' : '1';
}