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 5154f1b commit 6785804Copy full SHA for 6785804
example/lib/Providers/fs_data.dart
@@ -6,7 +6,7 @@ import 'package:flutter/material.dart';
6
7
class FSData extends ChangeNotifier {
8
// Apikey
9
- String _apiKey = "DxAcxlnRB9yFBZYtLDue1q01dcXZCw6aM49CQB23"; //
+ String _apiKey = "apiKey"; //
10
// EnvId
11
String _envId = "bkk9glocmjcg0vtmdlng"; //
12
// Mode
0 commit comments