Future<void> addLogFile(File file) async{ AppticsFlutterPlatform.instance.addFeedbackLogFile(file); }