NetworkWatcherPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • NetworkWatcherPlatform
Implementers

Constructors

NetworkWatcherPlatform()
Constructs a NetworkWatcherPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
onConnectivityChanged Stream<List<String>>
Stream of connectivity status changes
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkConnectivity() Future<List<String>>
Check current connectivity status
getPlatformVersion() Future<String?>
Legacy method for backwards compatibility
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance NetworkWatcherPlatform
The default instance of NetworkWatcherPlatform to use.
getter/setter pair