menu
u package
documentation
utils/network.dart
UNetwork
hasNetworkConnection static method
hasNetworkConnection static method
dark_mode
light_mode
hasNetworkConnection
static method
Future
<
bool
>
hasNetworkConnection
(
)
Implementation
static Future<bool> hasNetworkConnection() async => InternetConnectionChecker().hasConnection;
u package
documentation
utils/network
UNetwork
hasNetworkConnection static method
UNetwork class