onData method
- VideoCommand data
override
A callback to run when new data is received from the parent.
Implementation
@override
void onData(VideoCommand data) => updateDetails(data.details);
A callback to run when new data is received from the parent.
@override
void onData(VideoCommand data) => updateDetails(data.details);