@JvmStatic fun sharedInstance(): Teller
Get singleton instance of Teller.
RuntimeException - If you have not called Teller.Companion.init yet to initialize singleton instance.
RuntimeException