watchDeviceChanges_Pre method

Stream<WatchDeviceChangesResponse> watchDeviceChanges_Pre(
  1. ServiceCall call,
  2. Future<WatchDeviceChangesRequest> request
)

Implementation

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