menu
amadeus_proto
main.dart
MyApp
MyApp const constructor
MyApp
dark_mode
light_mode
MyApp
constructor
const
MyApp
(
{
Key
?
key
,
String
?
refreshToken
}
)
Implementation
const MyApp({super.key, this.refreshToken});
amadeus_proto
main
MyApp
MyApp const constructor
MyApp class