frameCache property

List<int>? frameCache
getter/setter pair

The last received frame, this is cached here since frameNotifier is updated at a specific rate

Implementation

List<int>? frameCache;