callMethod static method

void callMethod(
  1. dynamic _,
  2. String method,
  3. dynamic x
)

Implementation

static void callMethod(_, String method, x) {
  Tau.tau.logger.t('js_util.callMethod: $method');
}