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