update method

void update(
  1. Map<String, dynamic> map
)

Implementation

void update(Map<String, dynamic> map) {
  state.update(map);
}