clear method

Implementation

NotificationState clear() {
  return NotificationState(
    message: null,
    title: null,
    type: NotificationType.info,
    hasNotification: false,
  );
}