reportFeedback method

Future<bool> reportFeedback(
  1. String deviceId
)

Report feedback to the native platform (Android only).

deviceId - The device ID to report feedback for Returns true if feedback was successfully reported

Implementation

Future<bool> reportFeedback(String deviceId) {
  throw UnimplementedError('reportFeedback() has not been implemented.');
}