This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Uitgaanskrant.com
/
flutterflow
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
9ffadcf556
Branches
Tags
master
flutterflow
/
web
/
debug.js
debug.js
79 B
History
Raw
1
2
3
window.debugLogging = (value) => {
window.parent.postMessage(value, "*");
};