appLocals top-level constant
String
const appLocals
Implementation
const appLocals = """
class AppLocals {
static const accessToken = 'accessToken';
static const refreshToken = 'refreshToken';
static const firstOpen = 'firstOpen';
static const theme = 'theme';
}
""";