setConsumer method

void setConsumer(
  1. LaunchConsumer consumer
)

Implementation

void setConsumer(LaunchConsumer consumer) =>
    js_util.callMethod(this, 'setConsumer', [allowInterop(consumer)]);