[admob] Remove unused static method

This commit is contained in:
Elliot Hesp 2017-08-11 11:22:05 +01:00
parent 7c4c2a2517
commit 0c69eb5237
1 changed files with 0 additions and 4 deletions

View File

@ -77,10 +77,6 @@ export default class Admob extends Base {
return new RewardedVideo(this, adUnit);
}
static get statics() {
return statics;
}
get namespace(): string {
return 'firebase:admob';
}