customDebugPrint method
Implementation
void customDebugPrint(Object? object) {
if (showLogs) {
dev.log(object.toString(), name: "flutter_meedu_media_kit");
}
}
void customDebugPrint(Object? object) {
if (showLogs) {
dev.log(object.toString(), name: "flutter_meedu_media_kit");
}
}