Search class Null safety

Mixed in types
Available Extensions

Constructors

Properties

hashCode int
The hash code for this object.
read-onlyinherited
loggy Loggy<UiLoggy>
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
transport Transport
final
uri Uri
final

Methods

findRecordings({SearchScope? searchScope, int? maxMatches, required int keepAliveTime}) Future<String>
getRecordingInformation(String recordingToken) Future<RecordingInformation>
Returns information about a single Recording specified by a RecordingToken. This operation is mandatory to support for a device implementing the recording search service.
getRecordingSearchResults(String searchToken, {int? minResults, int? maxResults, String? waitTime}) Future<List<FindRecordingResult>>
getRecordingSummary() Future<RecordingSummary>
GetRecordingSummary is used to get a summary description of all recorded data. This operation is mandatory to support for a device implementing the recording search service.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited