Unverified Commit 32d1f0a8 authored by Andrew Davies's avatar Andrew Davies Committed by GitHub

[frdb] Analyzer fix. (#17057)

Removes unused var.
parent 84dbef39
...@@ -49,7 +49,6 @@ void main() { ...@@ -49,7 +49,6 @@ void main() {
}); });
} }
int flutterViewIndex = 0;
final List<Map<String, dynamic>> flutterViewCannedResponses = final List<Map<String, dynamic>> flutterViewCannedResponses =
<Map<String, dynamic>>[ <Map<String, dynamic>>[
<String, dynamic>{ <String, dynamic>{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment