boot function

  1. @JS('ChannelIO')
  2. @anonymous
void boot(
  1. String command,
  2. JSAny? bootOption
)

Implementation

@JS('ChannelIO')
@anonymous
external void boot(
  String command,
  JSAny? bootOption,
);