globalNetworkError constant

String const globalNetworkError

A networking-specific error message used when the user has connectivity issues, such as no internet connection or unstable network conditions.

Implementation

static const globalNetworkError =
    'An error occurred, please try again later or check your internet connection.';