closeSurvey static method

Future<bool?> closeSurvey()

Provide a way to close the survey

Its the opposite of startSurvey

Implementation

static Future<bool?> closeSurvey() => _channel.invokeMethod('closeSurvey', []);