getAllActiveNotificationIdsOnStatusBar method

  1. @override
Future<List<int>> getAllActiveNotificationIdsOnStatusBar()
override

Implementation

@override
Future<List<int>> getAllActiveNotificationIdsOnStatusBar() async {
  return await methodChannel
          .invokeMethod(CHANNEL_METHOD_GET_ALL_ACTIVE_NOTIFICATION_IDS) ??
      [];
}