StorageEventListener constructor

StorageEventListener({
  1. required String pluginId,
  2. Function? storageEventHandler,
})

Implementation

StorageEventListener({required this.pluginId, this.storageEventHandler});