Tap To Wake
Gets tap to wake state
Gets whether it is in the wake-up state. If the result is true, it means that it is in the awake state, otherwise, it is not awake.
bool wakeState = await _blePlugin.queryWakeState;
Sets tap to wake state
_blePlugin.sendWakeState(bool enable);