We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f45c35 + 9b9fc58 commit 7bd460dCopy full SHA for 7bd460d
1 file changed
lib/aptabase_flutter.dart
@@ -71,7 +71,7 @@ class Aptabase {
71
72
if (parts.length != 3 || _hosts[parts[1]] == null) {
73
_logError(
74
- "The Aptabase App Key '$_appKey' is invalid. "
+ "The Aptabase App Key '$appKey' is invalid. "
75
"Tracking will be disabled.",
76
);
77
0 commit comments