invoke method

void invoke(
  1. JSObject error
)

Implementation

void invoke(JSObject error) {
  _ref.value = error.value.ref;
}