getAppPermissions<T> method
Gets settings of the user in this application.
Implementation
Future<ApiResponse<T>> getAppPermissions<T>(Map<String, Object> params) =>
_api.request<T>('account.getAppPermissions', params);
Gets settings of the user in this application.
Future<ApiResponse<T>> getAppPermissions<T>(Map<String, Object> params) =>
_api.request<T>('account.getAppPermissions', params);