loris/lib/pages/chat/chat.dart

6 lines
109 B
Dart
Raw Normal View History

2022-07-02 22:03:10 +00:00
import 'package:flutter/widgets.dart';
Widget chat(context) {
return const Center(child: Text("Chat"));
}