getSMSHistory<T> method

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

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);