watchDeviceChanges_Pre method
Stream<WatchDeviceChangesResponse>
watchDeviceChanges_Pre(
- ServiceCall call,
- Future<
WatchDeviceChangesRequest> request
Implementation
$async.Stream<$0.WatchDeviceChangesResponse> watchDeviceChanges_Pre(
$grpc.ServiceCall call,
$async.Future<$0.WatchDeviceChangesRequest> request) async* {
yield* watchDeviceChanges(call, await request);
}