getDownloadStatus method

Future<String?> getDownloadStatus()

Implementation

Future<String?> getDownloadStatus() async {
  throw UnimplementedError('platformVersion() has not been implemented.');
}