getProgress method

Future<double?> getProgress()

Gets the current value of the progress bar.

Implementation

Future<double?> getProgress() async {
  throw UnimplementedError('getProgress() has not been implemented.');
}