From 80745087d486bdfd44ee5947e18c905eec21bb2d Mon Sep 17 00:00:00 2001 From: Po-Ting Wu Date: Tue, 7 Feb 2023 12:45:49 -0800 Subject: [PATCH] Minor format update. --- lib/src/flurry_agent.dart | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/src/flurry_agent.dart b/lib/src/flurry_agent.dart index 8d3fe3f..36c636a 100644 --- a/lib/src/flurry_agent.dart +++ b/lib/src/flurry_agent.dart @@ -240,8 +240,7 @@ class FlurryAgent { } void setGppConsent(String gppString, Set gppSectionIds) { - _agentChannel.invokeMethod( - 'setGppConsent', { + _agentChannel.invokeMethod('setGppConsent', { 'gppString': gppString, 'gppSectionIds': gppSectionIds.toList() }); @@ -343,8 +342,7 @@ class BuilderAgent { } void withGppConsent(String gppString, Set gppSectionIds) { - _agentBuilderChannel.invokeMethod( - 'withGppConsent', { + _agentBuilderChannel.invokeMethod('withGppConsent', { 'gppString': gppString, 'gppSectionIds': gppSectionIds.toList() });