getProgress method

Future<int?> getProgress()

Gets the progress for the current page. The progress value is between 0 and 100.

Officially Supported Platforms/Implementations:

Implementation

Future<int?> getProgress() {
  throw UnimplementedError(
      'getProgress is not implemented on the current platform');
}