getCellInfo method

Future<List<SignalNr>> getCellInfo()

Implementation

Future<List<SignalNr>> getCellInfo() {
  throw UnimplementedError('getCellInfo() has not been implemented.');
}