remove abstract method

FutureOr<bool> remove(
  1. String instance
)

Remove registration for instance and return true if there are other registrations left

Implementation

FutureOr<bool> remove(String instance);