myPluginDownload function

void myPluginDownload(
  1. String url
)

Implementation

void myPluginDownload(String url) {
  throw UnimplementedError('Unsupported');
}