onFileDownloadEnd abstract method

void onFileDownloadEnd(
  1. String fileName,
  2. String mimeType,
  3. String path
)

Implementation

void onFileDownloadEnd(
  String fileName,
  String mimeType,
  String path,
);