menu
shared_component package
documentation
utils/storage_utils.dart
StorageUtils
setToastStyle method
setToastStyle method
dark_mode
light_mode
setToastStyle
method
Future
<
void
>
setToastStyle
(
String
value
)
Implementation
Future<void> setToastStyle(String value) async => setValue(AppConstants.toastStyleKey, value);
shared_component package
documentation
utils/storage_utils
StorageUtils
setToastStyle method
StorageUtils class