menu
onairos package
documentation
connections/connectPlatform.dart
PlatformConnectionScreen
PlatformConnectionScreen.new constructor
PlatformConnectionScreen.new constructor
dark_mode
light_mode
PlatformConnectionScreen
constructor
PlatformConnectionScreen
(
{
Key
?
key
,
String
?
username
,
required
String
platform
,
})
Implementation
PlatformConnectionScreen({Key? key, this.username, required this.platform}) : super(key: key);
onairos package
documentation
connections/connectPlatform
PlatformConnectionScreen
PlatformConnectionScreen.new constructor
PlatformConnectionScreen class