remove abstract method

Future<Change?> remove(
  1. Key key
)

Removes a given key from the Source.

Implementation

Future<Change?> remove(Key key);