We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca44d6 commit 1f6ab1bCopy full SHA for 1f6ab1b
lib/src/types/options.dart
@@ -0,0 +1,4 @@
1
+abstract class Options {
2
+ String publicKey = '';
3
+ String? privateKey;
4
+}
0 commit comments