Future<Health> checkHealth()

Checks the status of the Flutter Driver extension.

Source

Future<Health> checkHealth() async {
  return Health.fromJson(await _sendCommand(new GetHealth()));
}