Frank Cary Viveros

Results 1 issues of Frank Cary Viveros

Hello, thank you for this amazing library! I am managing my state using this sealed class: ```kotlin sealed class ExampleState { object Loading : ExampleState() object Empty : ExampleState() data...