menu
s_network_connection_checker package
documentation
s_checker.dart
SNetworkConnectionChecker
hasConnection method
hasConnection method
dark_mode
light_mode
hasConnection
method
Future
<
bool
>
hasConnection
(
)
Implementation
Future<bool> hasConnection() async { var res = await _checkNetwork(); return res.isSuccess; }
s_network_connection_checker package
documentation
s_checker
SNetworkConnectionChecker
hasConnection method
SNetworkConnectionChecker class