changeStyle method
Change the style of the progress bar.
Implementation
@override
Future<void> changeStyle(ProgressBarStyle style) async {
return await methodChannel.invokeMethod<void>('changeStyle', {"style": style.toString()});
}
Change the style of the progress bar.
@override
Future<void> changeStyle(ProgressBarStyle style) async {
return await methodChannel.invokeMethod<void>('changeStyle', {"style": style.toString()});
}