activatePourDevice method

Future activatePourDevice(
  1. dynamic deviceId
)

Implementation

Future<dynamic> activatePourDevice(deviceId) async {
  NetworkResponse response = await _api.activatePourDevice(deviceId);
  return response.data;
}