menu
paulonia_utils package
documentation
paulonia_utils_web.dart
PUtilsPlatform
checkNetwork static method
checkNetwork static method
dark_mode
light_mode
checkNetwork
static method
Future
<
bool
>
checkNetwork
(
)
Verifies if there is network connectivity
Implementation
static Future<bool> checkNetwork() async { return true; }
paulonia_utils package
documentation
paulonia_utils_web
PUtilsPlatform
checkNetwork static method
PUtilsPlatform class