MainScreen constructor

MainScreen({
  1. Key? key,
  2. String? url = "http://localhost:3000",
})

Implementation

MainScreen({super.key, this.url = "http://localhost:3000"});