We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51a28f8 commit ead7f78Copy full SHA for ead7f78
src/web.ts
@@ -4,7 +4,8 @@ import type * as Definitions from './definitions';
4
5
export class ContactsWeb
6
extends WebPlugin
7
- implements Definitions.ContactsPlugin {
+ implements Definitions.ContactsPlugin
8
+{
9
async checkPermissions(): Promise<Definitions.PermissionStatus> {
10
throw this.unimplemented('Not implemented on web.');
11
}
0 commit comments