constraint: share_plus 6.3.2

This commit is contained in:
lollipopkit
2023-05-08 17:43:25 +08:00
parent 6a4d4f9bca
commit 3f9f589178
7 changed files with 15 additions and 51 deletions

View File

@@ -4,19 +4,8 @@ import 'package:hive_flutter/hive_flutter.dart';
part 'private_key_info.g.dart';
///
/// Code generated by jsonToDartModel https://ashamp.github.io/jsonToDartModel/
///
@HiveType(typeId: 1)
class PrivateKeyInfo {
/*
{
"id": "",
"private_key": "",
"password": ""
}
*/
@HiveField(0)
late String id;
@HiveField(1)