Hello, is it possible to write an expect declarati...
# multiplatform
a
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
expect
is only used in common module, and
actual
in the other platform specific modules, can you explain more your usecase?
j
maybe you just want an abstract class?