capturePlans property

  1. @override
Stream<Map<String, Object?>> get capturePlans
override

Push stream of kernel capture-plan changes as canonical camelCase plan maps. On Flutter Web the plan is consumed inside @npaw/forge-web itself, so the web stream stays silent.

Implementation

@override
Stream<Map<String, Object?>> get capturePlans => const Stream.empty();