getSMSHistory<T> method
Shows a list of SMS notifications sent by the application using sendSMSNotification method.
Implementation
Future<ApiResponse<T>> getSMSHistory<T>(Map<String, Object> params) =>
_api.request<T>('secure.getSMSHistory', params);