setMap method

Future<void> setMap(
  1. Map<String, dynamic> map, {
  2. bool notify = true,
})

Save map

Implementation

Future<void> setMap(Map<String, dynamic> map, {bool notify = true}) =>
    _decorator.setMap(map);