unsubscribeDevice method

Future<void> unsubscribeDevice()

Unsubscribes the device from receiving push notifications for the channel.

Implementation

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