setResolution abstract method

void setResolution(
  1. String ratio, {
  2. required OnSuccess onSuccess,
  3. required OnError onError,
})

Implementation

void setResolution(String ratio, {required OnSuccess onSuccess, required OnError onError});