loris/lib/pages/chat/chat.dart
2022-07-03 00:03:10 +02:00

5 lines
109 B
Dart

import 'package:flutter/widgets.dart';
Widget chat(context) {
return const Center(child: Text("Chat"));
}