testInternetConnectivity abstract method

Future<bool> testInternetConnectivity({
  1. String? testUrl,
  2. Duration? timeout,
})

Implementation

Future<bool> testInternetConnectivity({
  String? testUrl,
  Duration? timeout,
});