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 1d127fd commit b17f8ebCopy full SHA for b17f8eb
example/lib/main.dart
@@ -198,8 +198,8 @@ class _MyHomePageState extends State<MyHomePage> {
198
}
199
200
String getPublicKey() {
201
- if (isTestMode) return "FLWPUBK_TEST-6f008dca68dc8988715b929f2861da41-X";
202
- return "FLWPUBK-45587fdb1c84335354ab0fa388b803d5-X";
+ if (isTestMode) return "FLWPUBK_TEST--X";
+ return "FLWPUBK--X";
203
204
205
void _openBottomSheet() {
0 commit comments