release

inline suspend fun WakeLockSentinel.release()(source)

The release() method of the WakeLockSentinel interface releases the WakeLockSentinel, returning a Promise that is resolved once the sentinel has been successfully released.

MDN Reference