getPushSettings<T> method

Future<ApiResponse<T>> getPushSettings<T>(
  1. Map<String, Object> params
)

Gets settings of push notifications.

Implementation

Future<ApiResponse<T>> getPushSettings<T>(Map<String, Object> params) =>
    _api.request<T>('account.getPushSettings', params);