delete abstract method

Future<void> delete()

deletes the record at the cursor's position, without changing the cursor's position. Once the record is deleted, the cursor's value is set to null.

Implementation

Future<void> delete();