getAll abstract method

Future<Map<String, Object>> getAll()

Returns all key/value pairs persisted in this store where the key starts with 'flutter.'.

This default behavior is for backwards compatibility with older versions of this plugin, which did not support custom prefixes, and instead always used the prefix 'flutter.'.

Implementation

Future<Map<String, Object>> getAll();