menu
infobits package
documentation
testing.dart
MockInfobitsAnalytics
endView method
endView method
dark_mode
light_mode
endView
method
Future
<
void
>
endView
(
String
path
)
End tracking a view
Implementation
Future<void> endView(String path) async { endedViews.add(path); }
infobits package
documentation
testing
MockInfobitsAnalytics
endView method
MockInfobitsAnalytics class