Skip to content

Commit 782c186

Browse files
committed
refactor: remove local ad platform type
- Remove case AdPlatformType.local from AdPlatformTypeL10n extension - This change simplifies the ad platform type localization by removing the local option
1 parent 9e0c719 commit 782c186

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/shared/extensions/ad_platform_type_l10n.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ extension AdPlatformTypeL10n on AdPlatformType {
1010
switch (this) {
1111
case AdPlatformType.admob:
1212
return l10n.adPlatformTypeAdmob;
13-
case AdPlatformType.local:
14-
return l10n.adPlatformTypeLocal;
1513
case AdPlatformType.demo:
1614
throw UnimplementedError(
1715
'Demo ad platform type is not intended for dashboard usage, rather for mobile client, demo env specific usecase.',

0 commit comments

Comments
 (0)