getSimData method

Future<String?> getSimData()

Supported only for Android! Fetches the SIM data and returns List<SimDataModel>

Implementation

Future<String?> getSimData() {
  throw UnimplementedError('getSimData() has not been implemented.');
}