getAppPermissions<T> method

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

Gets settings of the user in this application.

Implementation

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