OpenUriAction constructor

OpenUriAction({
  1. String? uri,
})

Opens the given URI.

Implementation

OpenUriAction({
  this.uri,
});