getGlobalNotificationChannelSetting static method

Future<GlobalNotificationChannelSetting> getGlobalNotificationChannelSetting()

Retrieves Global Notification channel theme. @since 4.0.3

Implementation

static Future<GlobalNotificationChannelSetting>
    getGlobalNotificationChannelSetting() async {
  sbLog.i(StackTrace.current);
  return await _instance._chat.getGlobalNotificationChannelSetting();
}