dispatchCustomEvent method
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);