getActiveDownload method

  1. @override
Future<List<String>> getActiveDownload()
override

Implementation

@override
Future<List<String>> getActiveDownload() async {
  final result = await _invokeRequired<List>('getActiveDownload');
  return result.cast<String>();
}