presentDebugSurvey method

  1. @override
Future presentDebugSurvey()
override

verify you’ve set up the installation and environment ID

Implementation

@override
Future presentDebugSurvey() async {
  return await _channel.invokeMethod(Channels.PRESENT_DEBUG_SURVEY);
}