setWindowOpacity method

Future<void> setWindowOpacity(
  1. String windowId,
  2. double opacity
)

Implementation

Future<void> setWindowOpacity(String windowId, double opacity) {
  throw UnimplementedError('setWindowOpacity() has not been implemented.');
}