showPrivacyCenter method

Future<void> showPrivacyCenter()

Implementation

Future<void> showPrivacyCenter() async
{
  TcMobileFlutterPluginPlatform.instance.showPrivacyCenter();
}