Refactor chapter seeking logic in AudiobookPlayerSeekChapterButton

This commit is contained in:
Dr-Blank 2024-05-22 03:49:14 -04:00
parent 9dcfbee201
commit 4a430209af
No known key found for this signature in database
GPG key ID: 7452CC63F210A266
5 changed files with 13 additions and 21 deletions

View file

@ -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',