registerSharedPreferences static method
void
registerSharedPreferences(
Register SharedPreferences as a data source.
Implementation
static void registerSharedPreferences(
String name,
SharedPreferences preferences,
) {
_registry.registerSharedPreferences(name: name, preferences: preferences);
}