openFeedback method

Future<void> openFeedback()

Implementation

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