Skip to content

Commit

Permalink
chore(): Updated Swift Pigeon codec type name
Browse files Browse the repository at this point in the history
  • Loading branch information
tyllark committed Feb 17, 2025
1 parent 0d6b8df commit 962a76b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class MockBinaryMessenger: NSObject, FlutterBinaryMessenger {

let isSignedIn: Bool

lazy var codec = NativeAuthPluginCodec.shared
lazy var codec = NativePluginBindingsPigeonCodec.shared

func send(onChannel channel: String, message: Data?) { }

Expand Down

0 comments on commit 962a76b

Please sign in to comment.