(self)
| 212 | |
| 213 | @property |
| 214 | def extension_setup_at(self) -> Optional[str]: |
| 215 | return self._extension_setup_at |
| 216 | |
| 217 | @property |
| 218 | def firebase_messaging(self) -> Optional[FirebaseMessaging]: |
nothing calls this directly
no outgoing calls
no test coverage detected