removeSentryErrorListener method
Pass the receivePort
returned from addSentryErrorListener to remove
the sentry error listener.
Implementation
void removeSentryErrorListener(RawReceivePort receivePort) {
removeErrorListener(receivePort.sendPort);
}