Files
PotatoMessenger/shared/lib/src/shared_base.dart
fegor101 6f9c7f95bf initializate client, server, shared
- initializated base structure of server
 - initializated base structure of client
 - initializated base structure of shared(lib for client and server)
2026-04-03 22:25:31 +03:00

7 lines
145 B
Dart

// TODO: Put public facing types in this file.
/// Checks if you are awesome. Spoiler: you are.
class Awesome {
bool get isAwesome => true;
}