startForegroundDownload method

Future<void> startForegroundDownload(
  1. ForegroundDownloadRequest request
)

Implementation

Future<void> startForegroundDownload(ForegroundDownloadRequest request) {
  throw UnimplementedError(
    'startForegroundDownload() has not been implemented.',
  );
}