edit abstract method

Future<Domain> edit(
  1. Domain objectToEdit
)

Edit the domain.

Implementation

Future<Domain> edit(Domain objectToEdit);