Skip to content

Commit

Permalink
merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahroz16 committed Nov 19, 2024
1 parent 9a02173 commit 3c0f885
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ class CustomerIoPlugin : FlutterPlugin, MethodCallHandler, ActivityAware {
metric = event
)
)
*/
}

private fun setDeviceAttributes(params: Map<String, Any>) {
Expand Down
1 change: 1 addition & 0 deletions lib/customer_io_const.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class MethodConsts {

class TrackingConsts {
static const String userId = "userId";
static const String attributes = "attributes";
static const String traits = "traits";
static const String eventName = "eventName";
static const String token = "token";
Expand Down

0 comments on commit 3c0f885

Please sign in to comment.