delete abstract method
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();
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.
Future<void> delete();