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