remove method
Implementation
void remove(int handle) {
if (_map.remove(handle) == null) {
throw UniffiInternalError(
UniffiInternalError.unexpectedStaleHandle, "Handle not found");
}
}
void remove(int handle) {
if (_map.remove(handle) == null) {
throw UniffiInternalError(
UniffiInternalError.unexpectedStaleHandle, "Handle not found");
}
}