makeANR method

Future<void> makeANR()

Implementation

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