getActiveSim method

Future<List> getActiveSim()

Implementation

Future<List<dynamic>> getActiveSim() {
  throw UnimplementedError('platformVersion() has not been implemented.');
}