juhaodong
08/11/2023, 3:20 PMDavgdafa
08/18/2023, 9:57 PMcommonMain
function that you are using in iOS and mark the function as @Throws(Exception::class)
to avoid functions from crashing the app. And conversely, you have to catch the exception from the iOS app, wherever you are using the function.