unsubscribeHoldingHand method
取消订阅握持手状态变化
Implementation
void unsubscribeHoldingHand([UnsubscribeHoldingHandOptions? options]) {
throw UnimplementedError(
'unsubscribeHoldingHand() has not been implemented.',
);
}
取消订阅握持手状态变化
void unsubscribeHoldingHand([UnsubscribeHoldingHandOptions? options]) {
throw UnimplementedError(
'unsubscribeHoldingHand() has not been implemented.',
);
}