debugBackingTextureCount property
The number of backing textures currently retained by this surface.
This value is intended for diagnostics and tests. Applications should not branch on a particular count because the surface may grow the pool when Flutter or the GPU is still using older presented frames.
Implementation
int get debugBackingTextureCount => _getBackingTextureCount();