setThemeMode abstract method

Future<Either<Failure, void>> setThemeMode(
  1. AppThemeMode mode
)

Sets the theme mode

Implementation

Future<Either<Failure, void>> setThemeMode(AppThemeMode mode);