sGetProperty static method

String sGetProperty(
  1. dynamic _,
  2. String method
)

Implementation

static String sGetProperty(_, String method) {
  Tau.tau.logger.t('js_util.getProperty: $method');
  return '';
}