rustdesk/lib/models/chat_model.dart

5 lines
81 B
Dart

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