disableANR method

Future<void> disableANR()

Implementation

Future<void> disableANR() async {
  AppticsFlutterPlatform.instance.disableANR();
}