closeWindow method

Future<void> closeWindow(
  1. String windowId
)

Implementation

Future<void> closeWindow(String windowId) {
  throw UnimplementedError('closeWindow() has not been implemented.');
}