sendWakeState method

Future<void> sendWakeState(
  1. bool enable
)

Sets tap to wake state.

Implementation

Future<void> sendWakeState(bool enable) {
  return _platform.sendWakeState(enable);
}