menu
flutter_chat_kits package
documentation
delegates/room.dart
ChatRoomDelegate
create abstract method
create abstract method
dark_mode
light_mode
create
abstract method
Future
<
void
>
create
(
String
roomId
,
Map
<
String
,
dynamic
>
value
)
Implementation
Future<void> create(String roomId, Map<String, dynamic> value);
flutter_chat_kits package
documentation
delegates/room
ChatRoomDelegate
create abstract method
ChatRoomDelegate class