receive<T> method
Function used to receive state changes in a PheasantTemplate object.
Implementation
@override
void receive<T>(StateChange stateChange, T refVariable) =>
throw PheasantUnimplementedError("Not yet implemented yet");