* Reset the singleton instance (for testing purposes)
()
| 43 | * Reset the singleton instance (for testing purposes) |
| 44 | */ |
| 45 | static resetInstance(): void { |
| 46 | ActivityManager.instance = null |
| 47 | } |
| 48 | |
| 49 | /** |
| 50 | * Create a new instance with custom options (for testing purposes) |
nothing calls this directly
no outgoing calls
no test coverage detected