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