Dart_FetchRoomInfoById method
void
Dart_FetchRoomInfoById()
Implementation
void Dart_FetchRoomInfoById(
ffi.Pointer<ffi.Char> room_id,
int room_type,
ffi.Pointer<TUIRoomEngineFFI> room_engine,
ffi.Pointer<ffi.Char> user_data,
) {
return _Dart_FetchRoomInfoById(
room_id,
room_type,
room_engine,
user_data,
);
}