[admob] Remove unused static method
This commit is contained in:
parent
7c4c2a2517
commit
0c69eb5237
|
@ -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';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue