static Future showErrorByString(String errorMessage, {String title = 'ERROR'}) async { await _showError(errorMessage, title); }