dispatchCustomEvent method

  1. @override
Future<void> dispatchCustomEvent(
  1. String name, {
  2. Object? detail,
})
override

Dispatches the eventName custom event on this element.

If provided, detail is copied into the event.

Implementation

@override
Future<void> dispatchCustomEvent(String name, {Object? detail}) =>
    throw NullPageLoaderElementAccessException('dispatchCustomEvent', this);