hide static method

void hide()

Hide the global loading overlay.

Implementation

static void hide() => _isLoading.value = false;