Future<bool> showConfirmationDialog(String title, String message) { return NotificationService().showConfirmation( context: this, title: title, message: message, ); }