Future<void> handleNotificationClick(String? jsonPayload) async { return _handleNotificationClick(jsonPayload: jsonPayload); }