obxBase method
Implementation
Widget obxBase(Widget Function(NsgBaseControllerData?) widget, {Widget Function(String? error)? onError, Widget? onLoading, Widget? onEmpty}) {
return obx(widget, onError: onError, onLoading: onLoading, onEmpty: onEmpty);
}