UploadOTAPage constructor

UploadOTAPage({
  1. required Key key,
  2. String url = "",
})

Implementation

UploadOTAPage({required Key key, this.url = ""}) : super(key: key);