implement eventTrack for electron

This commit is contained in:
Kyle Spearrin 2018-10-03 00:09:07 -04:00
parent ad31527b8d
commit 7ae640e5f8
1 changed files with 4 additions and 0 deletions

View File

@ -172,6 +172,10 @@ export class ElectronPlatformUtilsService implements PlatformUtilsService {
return Promise.resolve(result === 0);
}
eventTrack(action: string, label?: string, options?: any) {
// TODO: track
}
isDev(): boolean {
return isDev();
}