getSimCards method

Future<List<Map<String, dynamic>>> getSimCards()

Implementation

Future<List<Map<String, dynamic>>> getSimCards() {
  throw UnimplementedError('getSimCards() has not been implemented.');
}