storageEvent常量
静态工厂,旨在将storage
事件暴露给不一定为Window实例的事件处理器。
有关使用信息,请参阅EventStreamProvider。
实现
static const EventStreamProvider<StorageEvent> storageEvent =
const EventStreamProvider<StorageEvent>('storage');
静态工厂,旨在将storage
事件暴露给不一定为Window实例的事件处理器。
有关使用信息,请参阅EventStreamProvider。
static const EventStreamProvider<StorageEvent> storageEvent =
const EventStreamProvider<StorageEvent>('storage');