Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update setup method call
  • Loading branch information
stuartmorgan-g committed Oct 30, 2023
commit 7404d0ee2ea832b7533777b7538ad835f69611b6
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ @implementation FLTLocalAuthPlugin
+ (void)registerWithRegistrar:(NSObject<FlutterPluginRegistrar> *)registrar {
FLTLocalAuthPlugin *instance = [[FLTLocalAuthPlugin alloc] init];
[registrar addApplicationDelegate:instance];
FLALocalAuthApiSetup([registrar messenger], instance);
SetUpFLALocalAuthApi([registrar messenger], instance);
}

- (instancetype)init {
Expand Down