navigateToStats static method
Navigates to stats page.
Implementation
static Future<void> navigateToStats({required AliceCore core}) {
return _navigateToPage(core: core, child: AliceStatsPage(core));
}
Navigates to stats page.
static Future<void> navigateToStats({required AliceCore core}) {
return _navigateToPage(core: core, child: AliceStatsPage(core));
}