selfprivacy.org.app/lib/logic/cubit/app_config_dependent/authentication_dependend_state.dart
NaiJi 0d0a3a4fee Refactor App Config Cubit infrastrucute
Co-authored-by: Inex Code <inex.code@selfprivacy.org>
2022-05-17 16:31:34 +03:00

6 lines
162 B
Dart

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