addFeedbackLogFile method

Future<void> addFeedbackLogFile(
  1. File file
)

Implementation

Future<void> addFeedbackLogFile(File file) async {
  throw UnimplementedError('`addFeedbackLogFile` has not been implemented.');
}