attachNetworkHistory abstract method

Future<void> attachNetworkHistory(
  1. List<NetworkRecord> records
)

Pushed alongside fatal/non-fatal calls so the most recent API timeline is preserved for triage.

Implementation

Future<void> attachNetworkHistory(List<NetworkRecord> records);