update abstract method

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

Write the enumerated children to this Firebase location. This will only overwrite the children enumerated in the 'value' parameter and will leave others untouched.

The returned Future will be complete when the synchronization has completed with the Firebase servers.

Implementation

Future<void> update(Map<String, dynamic> value);