ChatSyncException constructor

const ChatSyncException(
  1. String message, [
  2. Object? cause
])

Creates a sync exception.

Implementation

const ChatSyncException(super.message, [super.cause]);