getSimCards method

Future<List<SimCard>> getSimCards()

Retrieves a list of available SIM cards on the device.

Implementation

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