setWindowIcon method

Future<void> setWindowIcon(
  1. String windowId,
  2. String? iconPath
)

Implementation

Future<void> setWindowIcon(String windowId, String? iconPath) {
  throw UnimplementedError('setWindowIcon() has not been implemented.');
}