5 lines
81 B
Dart
5 lines
81 B
Dart
|
import 'package:flutter/material.dart';
|
||
|
|
||
|
class ChatModel with ChangeNotifier {
|
||
|
|
||
|
}
|