fetchStorePlugins method

Future<List<String>?> fetchStorePlugins()

Implementation

Future<List<String>?> fetchStorePlugins() async {
  return (await _sp).getStringList(_kPlugins);
}