Closed LebToki closed 3 years ago
I dont have the local copy anymore.
Looks like you can just define a map like,
final secret = {
consumerKey: "ck_________"
consumerSecret: "cs___________"
}
final secret = {
"consumerKey": "ck_____", "consumerSecret": "cs__", };
Do you call them this way ? it's missing from your source
tried the below Final consumerKey= ""; Final consumerSecret = ""; but didn't reach anywhere
would appreciate some light