isNotificationOn static method

Future<bool> isNotificationOn()

Implementation

static Future<bool> isNotificationOn() async =>
  await _channel.invokeMethod("PushPole#isNotificationOn");