makeANR method

Future<void> makeANR()

Implementation

Future<void> makeANR() async {
  throw UnimplementedError('`makeANR` has not been implemented.');
}