Hello, is it possible to write an expect declaration in a module but no need to implement the actual declarations in the same module, while other modules that depend on this module need to implement the expect declaration?
r
Raed Ghazal
01/07/2024, 9:18 AM
expect
is only used in common module, and
actual
in the other platform specific modules, can you explain more your usecase?