getRunningProgress method
Get the current progress of all running tasks.
Implementation
@override
Future<Map<String, TaskProgress>> getRunningProgress() async => {};
Get the current progress of all running tasks.
@override
Future<Map<String, TaskProgress>> getRunningProgress() async => {};