menu
lb_planner
modules/theming/domain/datasources/themes_datasource.dart
ThemesDatasource
getThemes abstract method
getThemes
dark_mode
light_mode
getThemes
abstract method
List
<
ThemeBase
>
getThemes
(
)
Returns a list of all themes available.
Implementation
List<ThemeBase> getThemes();
lb_planner
themes_datasource
ThemesDatasource
getThemes abstract method
ThemesDatasource class