Skip to content

Commit 1f6ab1b

Browse files
author
Sergey Khomushin
committed
create Options type
1 parent cca44d6 commit 1f6ab1b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/src/types/options.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
abstract class Options {
2+
String publicKey = '';
3+
String? privateKey;
4+
}

0 commit comments

Comments
 (0)