selfprivacy.org.app/lib/logic/cubit/app_config_dependent/authentication_dependend_st...

6 lines
162 B
Dart

part of 'authentication_dependend_cubit.dart';
abstract class ServerInstallationDependendState extends Equatable {
const ServerInstallationDependendState();
}