Dispatches the eventName custom event on this element.
eventName
If provided, detail is copied into the event.
detail
Future<void> dispatchCustomEvent(String eventName, {Object? detail});