update method

Future<void> update(
  1. Map<String, Object?> value
)

Writes multiple values at this location when the client is disconnected

Implementation

Future<void> update(Map<String, Object?> value) {
  throw UnimplementedError('update() not implemented');
}