removeBackground method
Removes the currently set background.
Implementation
Future<void> removeBackground() => _settingsRepo.setBackground(null);
Removes the currently set background.
Future<void> removeBackground() => _settingsRepo.setBackground(null);