@override Future<void> showLastSessionCrashedPopup() async { if (Platform.isAndroid) { await methodChannel.invokeMethod<String>('showLastSessionCrashedPopup'); } }