mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-09 12:39:29 +00:00
Refactor chapter seeking logic in AudiobookPlayerSeekChapterButton
This commit is contained in:
parent
9dcfbee201
commit
4a430209af
5 changed files with 13 additions and 21 deletions
|
|
@ -3,7 +3,10 @@
|
|||
part of 'router.dart';
|
||||
|
||||
class Routes {
|
||||
static const home = 'home';
|
||||
static const home = _SimpleRoute(
|
||||
pathName: '',
|
||||
name: 'home',
|
||||
);
|
||||
static const onboarding = _SimpleRoute(
|
||||
pathName: 'login',
|
||||
name: 'onboarding',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue