Skip to content

Commit

Permalink
Merge branch 'move' into profile1
Browse files Browse the repository at this point in the history
  • Loading branch information
polina-c committed Apr 26, 2024
2 parents a1e0759 + 1783728 commit d8a61c5
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import 'package:devtools_shared/devtools_shared.dart';
import 'package:flutter/foundation.dart';
import 'package:intl/intl.dart';
import 'package:vm_service/vm_service.dart';

import '../../../../shared/primitives/utils.dart';

Expand Down Expand Up @@ -38,10 +37,6 @@ class MemoryTimeline {
/// Raw Heap sampling data from the VM.
late final List<HeapSample> data;

/// Extension Events.
ValueListenable<Event?> get eventNotifier => _eventFiredNotifier;
final _eventFiredNotifier = ValueNotifier<Event?>(null);

/// Notifies that a new Heap sample has been added to the timeline.
ValueListenable<HeapSample?> get sampleAdded => _sampleAdded;
final _sampleAdded = ValueNotifier<HeapSample?>(null);
Expand Down

0 comments on commit d8a61c5

Please sign in to comment.