setWindowCornerPreference method
setWindowCornerPreference Set the window corner preference.
Implementation
@override
Future<void> setWindowCornerPreference(DwmWindowCornerPreference value) async {
await methodChannel.invokeMethod(setWindowCornerPreferenceMethod, <String, dynamic>{
'value': value.index,
});
}