Public Access
squash! chore: fix some linter warnings
This commit is contained in:
+2
-2
@@ -61,8 +61,8 @@ class _MyHomePageState extends State<MyHomePage> {
|
||||
}
|
||||
|
||||
// TODO :find a better way to show the list
|
||||
void showResult(Future<List<Station>> future_id) async {
|
||||
stationList = await future_id;
|
||||
void showResult(Future<List<Station>> futureId) async {
|
||||
stationList = await futureId;
|
||||
id = stationList[0].id;
|
||||
setState(() {});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user