reportBug method

Future<void> reportBug()

Implementation

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