mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-25 21:49:04 +08:00
5 lines
81 B
Dart
5 lines
81 B
Dart
import 'package:flutter/material.dart';
|
|
|
|
class ChatModel with ChangeNotifier {
|
|
|
|
} |