Checks the status of the Flutter Driver extension.
Future<Health> checkHealth({ Duration? timeout }) async { return Health.fromJson(await sendCommand(GetHealth(timeout: timeout))); }