getDoubleAuthCurrentStatus method

Future<int?> getDoubleAuthCurrentStatus(
  1. dynamic params
)

Implementation

Future<int?> getDoubleAuthCurrentStatus(params) async {
  NetworkResponse response = await _api.getDoubleAuthCurrentStatus(params);
  return response.data;
}