menu
messenger
domain/repository/settings.dart
AbstractSettingsRepository
setBackground abstract method
setBackground
dark_mode
light_mode
setBackground
abstract method
Future
<
void
>
setBackground
(
Uint8List
?
bytes
)
Sets the
background
value.
Implementation
Future<void> setBackground(Uint8List? bytes);
messenger
settings
AbstractSettingsRepository
setBackground abstract method
AbstractSettingsRepository class