openFeedback method

Future<void> openFeedback()

Implementation

Future<void> openFeedback() async {
  return AppticsFlutterPlatform.instance.openFeedbackScreen();
}