Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
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
rename iOS call
  • Loading branch information
collinjackson committed Oct 7, 2019
commit 69725c5fa897dd61c7e7a9f1174b35d46a813d31
2 changes: 1 addition & 1 deletion packages/e2e/ios/Classes/E2EPlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ + (void)registerWithRegistrar:(NSObject<FlutterPluginRegistrar>*)registrar {
FlutterMethodChannel* channel =
[FlutterMethodChannel methodChannelWithName:@"plugins.flutter.dev/e2e"
binaryMessenger:[registrar messenger]];
InstrumentationAdapterPlugin* instance = [[InstrumentationAdapterPlugin alloc] init];
E2EPlugin* instance = [[E2EPlugin alloc] init];
[registrar addMethodCallDelegate:instance channel:channel];
}

Expand Down