save File
abstract fun saveFile(reference: ResolverReference, fileContents: ByteArray, successHandler: () -> Unit, failureHandler: (ErrorCode, Throwable?) -> Unit)
Save the file to where it is stored.
Parameters
reference
The ResolverReference that identifies the target file to save.
file Contents
The contents of the file to save.