diff --git a/src/abstractions/platformUtils.service.ts b/src/abstractions/platformUtils.service.ts index 7b1e98ebb23..be8e3cb3102 100644 --- a/src/abstractions/platformUtils.service.ts +++ b/src/abstractions/platformUtils.service.ts @@ -14,6 +14,5 @@ export abstract class PlatformUtilsService { isViewOpen: () => boolean; launchUri: (uri: string, options?: any) => void; saveFile: (win: Window, blobData: any, blobOptions: any, fileName: string) => void; - alertError: (title: string, message: string) => void; getApplicationVersion: () => string; }