update abstract method

Future<void> update(
  1. Object data
)

Update the data at the current cursor position.

Implementation

Future<void> update(Object data);