UploadApk constructor

UploadApk({
  1. required String root,
  2. String? log,
})

Implementation

UploadApk({required this.root, this.log});