CellularInfoPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • CellularInfoPlatform
Implementers

Constructors

CellularInfoPlatform()
Constructs a CellularInfoPlatform.

Properties

allCellInfoStream Stream<List<SignalNr>>
no setter
hashCode int
The hash code for this object.
no setterinherited
nrSignalStream Stream<List<SignalNr>>
no setter
nrSignalStreamFromService Stream<List<SignalNr>>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getCellInfo() Future<List<SignalNr>>
getNrCellInfo() Future<List<SignalNr>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startService() Future<void>
stopService() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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