saveSupportPackageToFile

@MapboxExperimental
external fun saveSupportPackageToFile(fileName: String): Expected<String, None>

Save support package to a file.

param fileName Full path to the file to save support package to. return In case of an error, returns unexpected with error description.