putAll abstract method

Future<void> putAll(
  1. Map<dynamic, E> entries, {
  2. bool notify = true,
})

Saves all the key - value pairs in the entries map.

Implementation

Future<void> putAll(
  Map<dynamic, E> entries, {
  bool notify = true,
});