menu
flutter_ume_plus package
documentation
flutter_ume_plus.dart
PluginStoreManager
fetchStorePlugins method
fetchStorePlugins method
dark_mode
light_mode
fetchStorePlugins
method
Future
<
List
<
String
>
?
>
fetchStorePlugins
(
)
Implementation
Future<List<String>?> fetchStorePlugins() async { return (await _sp).getStringList(_kPlugins); }
flutter_ume_plus package
documentation
flutter_ume_plus
PluginStoreManager
fetchStorePlugins method
PluginStoreManager class