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