wantsNativeFrames property
Whether this interceptor needs native cell snapshots after each render.
Capturing native frames is intentionally opt-in because it snapshots the whole terminal cell buffer and can dominate render-heavy workloads.
Implementation
@override
bool get wantsNativeFrames => true;