ChatItemId.local constructor
Constructs a dummy ChatItemId.
Implementation
factory ChatItemId.local() => ChatItemId('local.${const Uuid().v4()}');
Constructs a dummy ChatItemId.
factory ChatItemId.local() => ChatItemId('local.${const Uuid().v4()}');