showSurveyPage method

Future<bool> showSurveyPage(
  1. BuildContext context, {
  2. required String appId,
  3. required String linkOrToken,
  4. Map<String, String>? options,
})

Implementation

Future<bool> showSurveyPage(BuildContext context,
    {required String appId, required String linkOrToken, Map<String, String>? options}) {
  throw UnimplementedError('platformSurveyPage() has not been implemented.');
}