shareFeedback method

  1. @override
Future shareFeedback()
override

Create and share SDK report. Use this in case you want to share with Anagog SDK operation and debugging report for analyze

Implementation

@override
Future shareFeedback() async => _methodChannel.invokeMethod("shareFeedback");