spacesStream method
Fires whenever the space list changes (in order or number) fires immediately with the current state of spaces
Implementation
Stream<SpaceDiff> spacesStream() {
var tmp0 = 0;
tmp0 = _box.borrow();
final tmp1 = _api._clientSpacesStream(
tmp0,
);
final tmp3 = tmp1;
final ffi.Pointer<ffi.Void> tmp3_0 = ffi.Pointer.fromAddress(tmp3);
final tmp3_1 = _Box(_api, tmp3_0, "__Client_spaces_stream_stream_drop");
tmp3_1._finalizer = _api._registerFinalizer(tmp3_1);
final tmp2 = _nativeStream(tmp3_1, _api.__clientSpacesStreamStreamPoll);
return tmp2;
}