end method
End the current page. Optional. Starting a different page implicitly ends the current one.
Implementation
Future<void> end() async {
return FullstoryFlutterPlatform.instance.endPage(await _id);
}
End the current page. Optional. Starting a different page implicitly ends the current one.
Future<void> end() async {
return FullstoryFlutterPlatform.instance.endPage(await _id);
}