SendLockUnlockFunction typedef

SendLockUnlockFunction = Future<void> Function(Request request, String id, bool lockUnlock)

Implementation

typedef SendLockUnlockFunction = Future<void> Function(
    Request request, String id, bool lockUnlock);