enableANR method

Future<void> enableANR()

Implementation

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