SYMBOL INDEX (10 symbols across 2 files) FILE: lib/main.dart function main (line 6) | void main() class MyApp (line 10) | class MyApp extends StatelessWidget { method build (line 12) | Widget build(BuildContext context) class SpeechScreen (line 25) | class SpeechScreen extends StatefulWidget { method createState (line 27) | _SpeechScreenState createState() class _SpeechScreenState (line 30) | class _SpeechScreenState extends State { method initState (line 75) | void initState() method build (line 81) | Widget build(BuildContext context) method _listen (line 117) | void _listen() FILE: test/widget_test.dart function main (line 13) | void main()