getDownloadOptions method

Future<Map<String, String>> getDownloadOptions(
  1. String gid
)

Implementation

Future<Map<String, String>> getDownloadOptions(String gid) {
  throw UnimplementedError('getDownloadOptions() has not been implemented.');
}