handleScreenUpdate method

void handleScreenUpdate(
  1. Duration timestamp
)

Implementation

void handleScreenUpdate(Duration timestamp) {
  // tlLogger.v(
  //     'Frame callback @$timestamp (widget path map size: ${WidgetPath.size})');

  final WidgetsBinding binding = WidgetsFlutterBinding.ensureInitialized();

  logFrameIfChanged(binding, timestamp);
}