mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-03-09 07:12:11 -05:00
chore: add deprecated messages
This commit is contained in:
@@ -17,11 +17,11 @@ export 'package:flutter_vector_icons/flutter_vector_icons.dart'
|
||||
export 'extensions.dart';
|
||||
|
||||
class StorageKeys {
|
||||
@deprecated
|
||||
@Deprecated('Use `accounts` instead')
|
||||
static const account = 'account';
|
||||
@deprecated
|
||||
@Deprecated('Use `accounts` instead')
|
||||
static const github = 'github';
|
||||
@deprecated
|
||||
@Deprecated('Split into several keys')
|
||||
static const iTheme = 'theme';
|
||||
|
||||
static const accounts = 'accounts';
|
||||
|
||||
Reference in New Issue
Block a user