removeEventListener property

({void Function<K$>(ServiceWorkerEventMap<K$> type, dynamic listener(K$), [Object? options]) $1, void Function(String type, Object listener, [Object? options]) $2}) removeEventListener

Overload accessor: $1, $2

Implementation

({
  ///
  /// Removes the event listener in target's event listener list with the same type, callback, and options.
  ///
  /// [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/removeEventListener)
  void Function<K$>(
    _i3.ServiceWorkerEventMap<K$> type,
    _i2.dynamic Function(K$) listener, [
    _i2.Object? options,
  ]) $1,

  ///
  /// Removes the event listener in target's event listener list with the same type, callback, and options.
  ///
  /// [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/removeEventListener)
  void Function(
    _i2.String type,
    _i2.Object listener, [
    _i2.Object? options,
  ]) $2,
}) get removeEventListener => (
      $1: _removeEventListener$1,
      $2: _removeEventListener$2,
    );