2
0
mirror of synced 2025-01-11 06:35:51 +00:00

[admob] Remove unused static method

This commit is contained in:
Elliot Hesp 2017-08-11 11:22:05 +01:00
parent 7c4c2a2517
commit 0c69eb5237

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';
}