invoke method

void invoke(
  1. JSObject result
)

Implementation

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