acceptRecordingConsent method

Future<bool> acceptRecordingConsent()

Implementation

Future<bool> acceptRecordingConsent() async {
  throw UnimplementedError('acceptRecordingConsent() has not been implemented.');
}