updateAll method

  1. @override
void updateAll(
  1. dynamic update(
    1. String key,
    2. dynamic value
    )
)
inherited

Implementation

@override
void updateAll(Function(String key, dynamic value) update) {
  // TODO: implement updateAll
}