mirror of
https://github.com/smmarty/friflex_flutter_starter.git
synced 2025-12-22 09:30:45 +00:00
refactor(app): Форматирование
This commit is contained in:
@@ -4,9 +4,7 @@ abstract interface class ISecureStorage {
|
||||
///
|
||||
/// Требует:
|
||||
/// - [secretKey] - секретный ключ для шифрования данных
|
||||
const ISecureStorage._({
|
||||
required this.secretKey,
|
||||
});
|
||||
const ISecureStorage._({required this.secretKey});
|
||||
|
||||
/// Секретный ключ для шифрования данных
|
||||
/// Нужен, если надо передать ключ в реализацию
|
||||
|
||||
Reference in New Issue
Block a user