endCall property

Future<void> endCall

When the watch receives a push of a phone type message, the watch will vibrate for a fixed time. Call this interface to stop the watch from vibrating when the watch answers the call or hangs up the call.

Implementation

Future<void> get endCall {
  return _platform.endCall;
}