bool isBase64(String value) { try { return base64Validate(value); } catch (error) { return false; } }