currentProgress method

Future<double?> currentProgress()

Implementation

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