presentSurvey method

Future<void> presentSurvey(
  1. bool isBanner
)

Implementation

Future<void> presentSurvey(bool isBanner) {
  throw UnimplementedError('presentSurvey() has not been implemented.');
}