MethodChannelCellularInfo class

An implementation of CellularInfoPlatform that uses method channels.

Inheritance

Constructors

MethodChannelCellularInfo()

Properties

allCellInfoEventChannel EventChannel
final
allCellInfoStream Stream<List<SignalNr>>
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
nrEventChannel EventChannel
final
nrSignalStream Stream<List<SignalNr>>
no setteroverride
nrSignalStreamFromService Stream<List<SignalNr>>
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceEventChannel EventChannel
final

Methods

convert2Band(List<NrBand> list) String
getCellInfo() Future<List<SignalNr>>
override
getNrBandForArfcn(int arfcn) Future<List<NrBand>>
getNrCellInfo() Future<List<SignalNr>>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
nrArfcnToFrequency(int nrArfcn) double
startService() Future<void>
override
stopService() Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

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