StoreHandler typedef

StoreHandler = dynamic Function(Store event)

Implementation

typedef StoreHandler = Function(Store event);