menu
enx_uikit_flutter package
documentation
controller/enx_controller.dart
EnxController
downloadFile method
downloadFile method
dark_mode
light_mode
downloadFile
method
Future
<
void
>
downloadFile
(
Map
file
)
Implementation
Future<void> downloadFile(Map<dynamic, dynamic> file) async { EnxRtc.downloadFile(file, true); }
enx_uikit_flutter package
documentation
controller/enx_controller
EnxController
downloadFile method
EnxController class