showNextLog function
        
void
showNextLog()
        
     
    
If you call showNextLog it will force the app to display the next 'NyLogger' log even if your app's APP_DEBUG is set to false.
Implementation
void showNextLog() {
  Backpack.instance.save('SHOW_LOG', true);
}