Inffuse.user.free
Helper function to check if the user on the free plan.
Syntax
Inffuse.user.free()Example
if (Inffuse.user.free())
console.log("Free user...");Inffuse.user.free() if (Inffuse.user.free())
console.log("Free user...");