Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran committed Apr 17, 2024
1 parent 1a7c66d commit 32606f1
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ class Connectivity {
/// status changes, this is a known issue that only affects simulators.
/// For details see https://github.com/fluttercommunity/plus_plugins/issues/479.
///
/// On Android, the Stream may emit [ConnectivityResult.none] after
/// losing connection, then emit another [ConnectivityResult] for the
/// new network.
/// e.g. going from wifi to mobile would emit:
/// wifi -> none -> mobile
///
/// The emitted list is never empty. In case of no connectivity, the list contains
/// a single element of [ConnectivityResult.none]. Note also that this is the only
/// case where [ConnectivityResult.none] is present.
Expand Down

0 comments on commit 32606f1

Please sign in to comment.