have the same issue. its annoying especially when all you want to do is add some constructors or methods with extra signatures in the
actual
implementation that differ based on each platform
a
albertgao
05/29/2018, 11:42 PM
For some case you can add an 2nd constructor for that platform, and manage the differences from there. This is how I handle the unversal API between Android and iOS