getx
getx copied to clipboard
Problems with multiple schema usage instances
GetBuilder<T>( global: false, ... )
Get.create(() =>C(data: data));
GetBuilder(
global: false,
init:C(data: data)
...
)