isPrivacyUserAgree method

Future<bool> isPrivacyUserAgree()

Implementation

Future<bool> isPrivacyUserAgree() async {
  return await TradplusSdk.channel.invokeMethod('tp_isPrivacyUserAgree');
}