openWindow method

Future<String> openWindow(
  1. WindowOptions options
)

Implementation

Future<String> openWindow(WindowOptions options) {
  throw UnimplementedError('openWindow() has not been implemented.');
}