Revokes the API key identified by id.
id
Future<void> revoke({required String id}) => _core.revokeApiKey(id: id);