setRasterizerTracingThreshold method Null safety
- int frameInterval
Sets a threshold after which additional debugging information should be recorded.
Currently this interface is difficult to use by end-developers. If you're interested in using this feature, please contact flutter-dev. We'll hopefully be able to figure out how to make this feature more useful to you.
Implementation
@FfiNative<Void Function(Pointer<Void>, Uint32)>('SceneBuilder::setRasterizerTracingThreshold', isLeaf: true)
external void setRasterizerTracingThreshold(int frameInterval);