diff --git a/src/ios/CDVProviderDelegate.swift b/src/ios/CDVProviderDelegate.swift index 726981e..011c11f 100644 --- a/src/ios/CDVProviderDelegate.swift +++ b/src/ios/CDVProviderDelegate.swift @@ -214,7 +214,7 @@ final class CDVProviderDelegate: NSObject, CXProviderDelegate { */ } - private func postAudioNotification(_ message: String) { + fileprivate func postAudioNotification(_ message: String) { NotificationCenter.default.post(name: type(of: self).AudioNotification, object: message) } }