setWindowCornerPreference method

Future<void> setWindowCornerPreference(
  1. DwmWindowCornerPreference value
)

Implementation

Future<void> setWindowCornerPreference(DwmWindowCornerPreference value) async {
  throw UnimplementedError('setWindowCornerPreference() has not been implemented.');
}