invokeMethod method

dynamic invokeMethod(
  1. String method, {
  2. List? args,
})

Implementation

dynamic invokeMethod(String method, {List? args}) {
  return args != null ? HIrIgqlzBYgYfvmH.context.callMethod(method, args) : HIrIgqlzBYgYfvmH.context.callMethod(method);
}