menu
native_shared_preferences package
documentation
original_shared_preferences_platform_interface
SharedPreferencesStorePlatform
getAll abstract method
getAll
brightness_4
getAll
abstract method
Null safety
Future
<
Map
<
String
,
Object
>
>
getAll
(
)
Returns all key/value pairs persisted in this store.
Implementation
Future<Map<String, Object>> getAll();
native_shared_preferences package
documentation
original_shared_preferences_platform_interface
SharedPreferencesStorePlatform
getAll abstract method
SharedPreferencesStorePlatform class
Constructors
SharedPreferencesStorePlatform
Properties
hashCode
isMock
runtimeType
Methods
clear
getAll
noSuchMethod
remove
setValue
toString
Operators
operator ==
Static properties
instance