I want to check if there is any Future.delayed function ongoing. Thanks for any help.
Future.delayed(duration, () async { await aFunction(); });