testANR method

Future<void> testANR(
  1. int duration
)

Simulates a test ANR.

Implementation

Future<void> testANR(int duration) {
  throw UnimplementedError('testANR() has not been implemented.');
}