upload method

Future<bool> upload()

Upload the zip file to the configured service

Implementation

Future<bool> upload() async {
  return await _uploadToTmpFiles();
}