new LoadingView() → {object}
    The LoadingView. Will count internally how often it was called.
You have to close them synchronously
- Source:
 
Returns:
    LoadingView
- Type
 - object
 
Examples
(new LoadingView()).show()
    (new LoadingView()).hide()
    
    Methods
hide()
    Hide the loading view. Or at least count down when multiple views have been called.
- Source:
 
show(extraText)
    Show the loading view
    Parameters:
| Name | Type | Description | 
|---|---|---|
extraText | 
            
            string | Optional text that should be displayed | 
- Source: