endView method

Future<void> endView(
  1. String path
)

End tracking a view

Implementation

Future<void> endView(String path) async {
  endedViews.add(path);
}