platform/packages/auth/lib/src/protevus_auth_base.dart
2024-06-21 21:36:52 -07:00

6 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;
}