markPatrolAppServiceReady method

  1. @internal
Future<void> markPatrolAppServiceReady()

Tells the AndroidJUnitRunner that PatrolAppService is ready to answer requests about the structure of Dart tests.

Implementation

@internal
Future<void> markPatrolAppServiceReady() async {
  await _wrapRequest(
    'markPatrolAppServiceReady',
    _client.markPatrolAppServiceReady,
  );
}