import 'package:flutter/material.dart'; class ChatModel with ChangeNotifier { }