StateChangedCallback typedef

StateChangedCallback = dynamic Function(List<Device> arguments)

StateChangedCallback is used to call back an object under List

Implementation

typedef StateChangedCallback = Function(List<Device> arguments);