FeedbackService.api constructor

FeedbackService.api(
  1. String apiUrl
)

Implementation

factory FeedbackService.api(String apiUrl) => ApiFeedbackService(apiUrl: apiUrl);