capturePlan abstract method

Future<Map<String, Object?>?> capturePlan()

Pull accessor for the latest kernel-emitted capture plan, or null before the first plan emission (plans emit from the first session start onward).

Implementation

Future<Map<String, Object?>?> capturePlan();