unsubscribeClient method

Future<void> unsubscribeClient()

Unsubscribes all devices associated with the current device's clientId from receiving push notifications for the channel.

Implementation

Future<void> unsubscribeClient() => invoke(
    PlatformMethod.pushUnsubscribeClient,
    {TxTransportKeys.channelName: _name});