instance property

PlayerController get instance

Implementation

static PlayerController get instance => Get.isRegistered<PlayerController>()
    ? Get.find()
    : Get.put(PlayerController());