Check if there is a Future.delayed or not

后端 未结 0 2025
栀梦
栀梦 2021-02-08 05:23

I want to check if there is any Future.delayed function ongoing. Thanks for any help.

    Future.delayed(duration, () async {
      await aFunction();
    });

           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题