frameCache property
getter/setter pair
The last received frame, this is cached here since frameNotifier is updated at a specific rate
Implementation
List<int>? frameCache;
The last received frame, this is cached here since frameNotifier is updated at a specific rate
List<int>? frameCache;