Sets tap to wake state.
Future<void> sendWakeState(bool enable) { return _platform.sendWakeState(enable); }