feat:添加注释

This commit is contained in:
anfe 2024-05-23 18:43:41 +08:00
parent a937d0a68b
commit 903b19700e

View File

@ -53,6 +53,7 @@ class FunctionBlocker {
bool _blocked = false;
Duration duration;
//
void block(Function function) {
if (!_blocked) {
_blocked = true;