end method

Future<void> end()

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);
}