mirror of
https://github.com/smmarty/friflex_flutter_starter.git
synced 2025-12-22 09:30:45 +00:00
feat(app): add script and tasks
This commit is contained in:
@@ -41,4 +41,6 @@ abstract interface class ISecureStorage {
|
||||
/// Принимает:
|
||||
/// - [key] - ключ
|
||||
Future<bool> exists(String key);
|
||||
|
||||
String get nameImpl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user