mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
5 lines
81 B
Dart
5 lines
81 B
Dart
import 'package:flutter/material.dart';
|
|
|
|
class ChatModel with ChangeNotifier {
|
|
|
|
} |