Skip to content

RtkChatIconWidget

Last updated View as MarkdownAgent setup

A widget that displays a chat icon, navigates to the chat page when pressed, and marks all messages as read.

Properties

This component does not accept any properties. It uses the RealtimekitClient from the nearest RtkProvider ancestor.

Usage Examples

Basic Usage

import 'package:realtimekit_ui/realtimekit_ui.dart';

RtkChatIconWidget()

Was this helpful?