ATTPromptShown method

Future<void> ATTPromptShown()

Implementation

Future<void> ATTPromptShown() async {
  return _instance.ATTPromptShown();
}