sendSMSNotification<T> method

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

Sends 'SMS' notification to a user's mobile device.

Implementation

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