sendSMSNotification<T> method
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);
Sends 'SMS' notification to a user's mobile device.
Future<ApiResponse<T>> sendSMSNotification<T>(Map<String, Object> params) =>
_api.request<T>('secure.sendSMSNotification', params);