Skip to content

[firebase_dynamic_links] Have OnLinkErrorException extend PlatformException #6

Closed
@mehmetf

Description

@mehmetf

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions