sendNotification<T> method
Sends notification to the user.
Implementation
Future<ApiResponse<T>> sendNotification<T>(Map<String, Object> params) =>
_api.request<T>('secure.sendNotification', params);
Sends notification to the user.
Future<ApiResponse<T>> sendNotification<T>(Map<String, Object> params) =>
_api.request<T>('secure.sendNotification', params);