LockGrantedCallback typedef

LockGrantedCallback = dynamic Function(Lock? lock)

Implementation

typedef LockGrantedCallback = Function(Lock? lock);