initCompositionEvent method

void initCompositionEvent(
  1. String typeArg, [
  2. bool? bubblesArg = false,
  3. bool? cancelableArg = false,
  4. Window? viewArg,
  5. String? dataArg = '',
])

Implementation

void initCompositionEvent(String typeArg,
        [bool? bubblesArg = false,
        bool? cancelableArg = false,
        Window? viewArg,
        String? dataArg = '']) =>
    js_util.callMethod(this, 'initCompositionEvent',
        [typeArg, bubblesArg, cancelableArg, viewArg, dataArg]);