AppVersionMonitor
AppVersionMonitor copied to clipboard
What does "startup()" do?
@muukii
Because looking at the code the "AppVersionMonitor.sharedMonitor.startup()" function is empty.
open class AppVersionMonitor {
...
open func startup() {
🤔
}
}
Codewise nothing. Maybe it's there to give a user a reason to access the shared member, which then will be initialised.