diff --git a/src/plugins/brightness.ts b/src/plugins/brightness.ts index b9f00b8d4..fc71b9344 100644 --- a/src/plugins/brightness.ts +++ b/src/plugins/brightness.ts @@ -31,11 +31,4 @@ export class Brightness { */ @Cordova() static setKeepScreenOn(value: boolean): void { } - - - /** - * Hide the ActionSheet. - */ - @Cordova() - static hide(): Promise { return; } }