menu
flutter_chats_ui package
documentation
plugins.dart
CodePlugin
deserialize method
deserialize method
dark_mode
light_mode
deserialize
method
@
override
MessagePayload
deserialize
(
Map
<
String
,
Object
?
>
json
)
override
Implementation
@override MessagePayload deserialize(Map<String, Object?> json) => CodePayload.fromJson(json);
flutter_chats_ui package
documentation
plugins
CodePlugin
deserialize method
CodePlugin class