get Or Null
Wait for the task to finish it is a blocking call, if using it inside coroutine or suspended function use awaitOrNull instead
Return
ResultT if succeeded or null if failed
Wait for the task to finish it is a blocking call, if using it inside coroutine or suspended function use awaitOrNull instead
ResultT if succeeded or null if failed