PlatformConnectionScreen constructor

PlatformConnectionScreen({
  1. Key? key,
  2. String? username,
  3. required String platform,
})

Implementation

PlatformConnectionScreen({Key? key, this.username, required this.platform}) : super(key: key);