disableAllBackgroundDelivery static method

Future<bool> disableAllBackgroundDelivery()

Disables all previous background notifications.

Implementation

static Future<bool> disableAllBackgroundDelivery() async =>
    await _methodChannel.invokeMethod('disableAllBackgroundDelivery');