menu
aws_amplify_api package
documentation
amplify-2017-07-25.dart
PlatformValueExtension
toValue method
toValue method
dark_mode
light_mode
toValue
method
String
toValue
(
)
Implementation
String toValue() { switch (this) { case Platform.web: return 'WEB'; } }
aws_amplify_api package
documentation
amplify-2017-07-25
PlatformValueExtension
toValue method
PlatformValueExtension extension on
Platform