open method

WindowBase open(
  1. String url,
  2. String name, [
  3. String? options
])

Opens a new window.

Other resources

Implementation

WindowBase open(String url, String name, [String? options]) {
  return this;
}