setNotificationOff static method

Future<void> setNotificationOff()

If this function is called, notification will not be shown.

Implementation

static Future<void> setNotificationOff() async =>
    _channel.invokeMethod("PushPole#setNotificationOff");