obx method

Widget obx()

Implementation

Widget obx() {
  return Obx(() {
    return this;
  });
}