class AuthorizationService extends GetxService {
enum authPROVIDERS { // <- error: Enums can't be declared inside classes. (enum_in_class at [emeet] lib\services\authorization\services.dart:17)
/// This is a list of all the library built providers
// Email,
// Google,
// GoogleDark,
Facebook, // ignore: constant_identifier_names
// FacebookNew,
GitHub, // ignore: constant_identifier_names
// Apple,
// AppleDark,
// LinkedIn,
// Pinterest,
// Tumblr,
Twitter, // ignore: constant_identifier_names
// Reddit,
// Quora,
// Yahoo,
// Hotmail,
// Xbox,
// Microsoft,
}