Checks the status of the Flutter Driver extension.
Future<Health> checkHealth() async { return Health.fromJson(await _sendCommand(new GetHealth())); }