start() function is an optional function that if present, will be invoked when the application starts.
start()
This is a good time to start or complete any work needed before the application is being used.
THIS WILL BE DEPRECATED. Use closure to pass value to your start() instead.
Generated using TypeDoc
start()
function is an optional function that if present, will be invoked when the application starts.This is a good time to start or complete any work needed before the application is being used.