mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 16:25:17 +00:00
Continue to fix deprecation warnings
This commit is contained in:
@ -37,7 +37,7 @@ mixin MainRoute implements StatefulWidget {}
|
||||
|
||||
/// Public interface of home controller
|
||||
abstract class MainController extends State<MainRoute> {
|
||||
final _pagesStack = List<PageInfo>();
|
||||
final _pagesStack = <PageInfo>[];
|
||||
|
||||
/// Default page of the application
|
||||
PageInfo get defaultPage;
|
||||
|
Reference in New Issue
Block a user