menu
blue_whale package
documentation
core/pod.dart
PodTracker
queueBatchedNotification static method
queueBatchedNotification static method
dark_mode
light_mode
queueBatchedNotification
static method
void
queueBatchedNotification
(
WhalePod
pod
)
Implementation
static void queueBatchedNotification(WhalePod pod) => _batchedPods.add(pod);
blue_whale package
documentation
core/pod
PodTracker
queueBatchedNotification static method
PodTracker class