Revokes the grant with id; returns true if one was removed.
id
@override Future<bool> delete(String id) async => _grants.remove(id) != null;