getDownloadOptions method
Implementation
@override
Future<Map<String, String>> getDownloadOptions(String gid) async {
final result = await _invokeRequired<Map>('getDownloadOptions', {'gid': gid});
return Map<String, String>.from(result);
}
@override
Future<Map<String, String>> getDownloadOptions(String gid) async {
final result = await _invokeRequired<Map>('getDownloadOptions', {'gid': gid});
return Map<String, String>.from(result);
}