Skip to content

Commit

Permalink
Update android/src/main/kotlin/com/posthog/posthog_flutter/PosthogFlu…
Browse files Browse the repository at this point in the history
…tterPlugin.kt

Co-authored-by: Paul D'Ambra <[email protected]>
  • Loading branch information
marandaneto and pauldambra authored Oct 3, 2024
1 parent 2dee7e7 commit b76e953
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import io.flutter.plugin.common.MethodChannel.Result
class PosthogFlutterPlugin :
FlutterPlugin,
MethodCallHandler {
// / The MethodChannel that will the communication between Flutter and native Android
// / The MethodChannel that will be the communication between Flutter and native Android
// /
// / This local reference serves to register the plugin with the Flutter Engine and unregister it
// / when the Flutter Engine is detached from the Activity
Expand Down

0 comments on commit b76e953

Please sign in to comment.