storageEvent 常量

EventStreamProvider<StorageEvent> const storageEvent

静态工厂设计用来向那些可能不是 BodyElement 实例的事件处理器暴露 storage 事件。

有关使用信息,请参阅 EventStreamProvider

实现

static const EventStreamProvider<StorageEvent> storageEvent =
    const EventStreamProvider<StorageEvent>('storage');