interface Callback
Internal interface to handle callbacks
onSuccess |
Callback function called when the task completes with the success status and the imageUri of the image you just uploaded abstract fun onSuccess(success: Boolean, imageUri: Uri? = null): Unit |