fix(ad): 스크린샷 모드에서 네이티브 광고 비활성화
This commit is contained in:
@@ -37,6 +37,12 @@ abstract class SettingsRepository {
|
||||
/// 알림 활성화 여부를 설정합니다
|
||||
Future<void> setNotificationEnabled(bool enabled);
|
||||
|
||||
/// 스크린샷 모드 활성화 여부를 가져옵니다
|
||||
Future<bool> isScreenshotModeEnabled();
|
||||
|
||||
/// 스크린샷 모드 활성화 여부를 설정합니다
|
||||
Future<void> setScreenshotModeEnabled(bool enabled);
|
||||
|
||||
/// 다크모드 설정을 가져옵니다
|
||||
Future<bool> isDarkModeEnabled();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user