Gets the current value of the progress bar.
@override Future<double?> getProgress() async { return await methodChannel.invokeMethod<double>('getProgress'); }