Skip to content

Commit b5b4f90

Browse files
khmMounacrow
andauthored
Update ios/airship_flutter/Sources/airship_flutter/AirshipPlugin.swift
Co-authored-by: David <jdavidcrow@gmail.com>
1 parent 3b6f7a9 commit b5b4f90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ios/airship_flutter/Sources/airship_flutter/AirshipPlugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ class AirshipEventStream: NSObject {
873873
)
874874
}
875875

876-
func notify(_ event: any AirshipProxyEvent) -> Bool {
876+
private func notify(_ event: any AirshipProxyEvent) -> Bool {
877877
var result = false
878878
lock.sync {
879879
for handler in handlers {

0 commit comments

Comments
 (0)