Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Minor format update.
Browse files Browse the repository at this point in the history
  • Loading branch information
poting-oath committed Feb 7, 2023
1 parent 20c3886 commit 8074508
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/src/flurry_agent.dart
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,7 @@ class FlurryAgent {
}

void setGppConsent(String gppString, Set<int> gppSectionIds) {
_agentChannel.invokeMethod(
'setGppConsent', <String, dynamic>{
_agentChannel.invokeMethod('setGppConsent', <String, dynamic>{
'gppString': gppString,
'gppSectionIds': gppSectionIds.toList()
});
Expand Down Expand Up @@ -343,8 +342,7 @@ class BuilderAgent {
}

void withGppConsent(String gppString, Set<int> gppSectionIds) {
_agentBuilderChannel.invokeMethod(
'withGppConsent', <String, dynamic>{
_agentBuilderChannel.invokeMethod('withGppConsent', <String, dynamic>{
'gppString': gppString,
'gppSectionIds': gppSectionIds.toList()
});
Expand Down

0 comments on commit 8074508

Please sign in to comment.