showDownloadButton method

Future<void> showDownloadButton({
  1. bool isAllowFileDownload = false,
})

Implementation

Future<void> showDownloadButton({bool isAllowFileDownload = false}) async {
  throw UnimplementedError('showDownloadButton() has not been implemented.');
}