get<T> method
Returns a list of notifications about other users' feedback to the current user's wall posts.
Implementation
Future<ApiResponse<T>> get<T>(Map<String, Object> params) =>
_api.request<T>('notifications.get', params);
Returns a list of notifications about other users' feedback to the current user's wall posts.
Future<ApiResponse<T>> get<T>(Map<String, Object> params) =>
_api.request<T>('notifications.get', params);