handleData method

void handleData(
  1. Map<String, dynamic> data
)

will process the data from a ProPresenter response

Implementation

void handleData(Map<String, dynamic> data) {}