7 lines
212 B
Dart
7 lines
212 B
Dart
class TestUser {
|
|
static const String homeserver = 'https://enter-your-server.here';
|
|
static const String username = 'alice';
|
|
static const String username2 = 'bob';
|
|
static const String password = '1234';
|
|
}
|