sendNotification<T> method

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

Sends notification to the user.

Implementation

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