menu
neom_core package
documentation
app_properties.dart
AppProperties
getDeeplinkUrl static method
getDeeplinkUrl static method
dark_mode
light_mode
getDeeplinkUrl
static method
Map
<
String
,
dynamic
>
getDeeplinkUrl
(
)
Implementation
static Map<String, dynamic> getDeeplinkUrl() { return appProperties['getDeeplinkUrl'] ?? {}; }
neom_core package
documentation
app_properties
AppProperties
getDeeplinkUrl static method
AppProperties class