showLastSessionCrashedPopup method
Call the below method on an appropriate screen in your app. This will present a pop-up only if the app has crashed in the previous sessions while the crash tracking was disabled.
Implementation
Future<void> showLastSessionCrashedPopup() {
return AppticsFlutterPlatform.instance.showLastSessionCrashedPopup();
}