Closed
Description
Firebase dynamic links creates a new error object. This should extend PlatformException (it effectively carries the same signature) so that it can be thrown by the app if needed.
class OnLinkErrorException extends PlatformException {
OnLinkErrorException._(String code, String message, dynamic details):
super(code: code, message: message, details: details);
}
Metadata
Metadata
Assignees
Labels
No labels